woodmart font icon not showing
-
Hi, after update to the newest version got some problem with appearing icon at add to cart button by using this css
.single_add_to_cart_button::before {
position:relative!important;
content: “\f105”;
font-family: “woodmart-font”;
font-weight: 400;
padding-right:10px;
font-size:15px
}
it looks like icon is there, but its not visible. If I use this css to another button ( tested on buy now button) it works well. It doesnt work even with font awesome
Any ideas?
Thank you for your reply
Attachments:
You must be
logged in to view attached files.
Hello,
Please replace the CSS you added with the following then check back.
.single_add_to_cart_button::before {
position: relative!important;
content: “\f105”;
font-family: “woodmart-font”;
font-weight: 400;
padding-right: 10px;
font-size: 15px;
opacity: 1;
}
Best Regards
Shouldn’t opacity be set to 1 automatically?
Thank you for your help 🙂
Have a nice day
V.
Hello,
You are Most Welcome.
For this element you need to add opacity..
Let us know if there’s anything else we can do for you! You can always reach us at any time. We are always here to help you.
Have a wonderful day.
Topic Closed.
Best Regards.
The topic ‘woodmart font icon not showing’ is closed to new replies.