Basel and woocommerce points and rewards
-
Hi there !
We’ve installed the Basel theme on our store and we’ve got an issue with the official woocommerce points and rewards extension.
With twentysixteen theme everything is working fine, customers can apply some points on their order; the button “J’utilisse mes paillettes” is there :

With basel theme this button not appear :

Do you have a tips for this issue ? Don’t hesitate to give us piece of code 🙂
Thanks in advance
Best regards
Antoine
Hello,
Thank you for creating with Basel.
We would be glad to help you but we have to see your web-site first. Please provide us your site URL, we will fix the problem and send you the piece of code 🙂
Regards
Hello,
Thanks for your reply.
Best regards
Antoine
Hello,
If you want to see the plugin in action, I give you credentials for customer account which is credited with some points.
Best regards
Antoine
Thank you. Try to add the following code snippet to your Custom CSS area in Theme Settings to fix your issue
.wc_points_redeem_earn_points .button {
display: inline;
background: transparent;
border: none;
text-transform: none;
padding: 0;
border-bottom: 1px solid #E6E6E6;
margin-left: 5px;
color: #202020;
letter-spacing: 0px;
}
.wc_points_redeem_earn_points .button:hover,
.wc_points_redeem_earn_points .button:focus {
border-color: #A6A6A6;
background: transparent;
color: #202020;
}
.wc_points_rewards_apply_discount {
display:inline-block;
}
Hello,
Thanks for your reply.
Your code snippet works perfectly !!
Thanks very much for your work
Best regards
Antoine
Great, we are happy to help you! You are welcome 🙂