Home Forums WoodMart support forum woodmart font icon not showing

woodmart font icon not showing

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #391283

    Vasek_jokl
    Participant

    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.
    #391291

    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

    #391293

    Vasek_jokl
    Participant

    Shouldn’t opacity be set to 1 automatically?
    Thank you for your help 🙂

    Have a nice day

    V.

    #391295

    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.

Viewing 4 posts - 1 through 4 (of 4 total)

The topic ‘woodmart font icon not showing’ is closed to new replies.