icons

Viewing 3 posts - 61 through 63 (of 63 total)
  • Author
    Posts
  • #381123

    Hello,

    You have added this code:

    .wd-header-cart .wd-tools-icon.wd-icon-alt:before {
        content: "\f105";
        font-family: "woodmart-font";
    }

    https://gyazo.com/00966a9d0da265f9875eea1eb2d9105b

    Please replace with this one:

    body .wd-header-cart .wd-tools-icon.wd-icon-alt:before {
        content: "\f105";
        font-family: "woodmart-font";
    }

    Best Regards

    #381124

    enganas17
    Participant

    you see, now it’s work,
    1) so how do you get a screenshot before it works, if you know that it does not work !!!!!!!

    2) you provide 3 codes !!!!!!!

    first this:
    .wd-header-cart .wd-tools-icon.wd-icon-alt:before {
    content: “\f105”;
    font-family: “woodmart-font”;
    }

    Second this:
    .body .wd-header-cart .wd-tools-icon.wd-icon-alt:before {
    content: “\f105”;
    font-family: “woodmart-font”;
    }

    Finally this:
    body .wd-header-cart .wd-tools-icon.wd-icon-alt:before {
    content: “\f105”;
    font-family: “woodmart-font”;
    }

    so the problem is from your side not from my side,

    we spent a lot of time fixing this easy thing

    please next time double-check before sending,

    with thanks

    #381142

    Hello,

    You did not provide clear instructions in the beginning, as a result, I got confused. I added the code to your site and made screens. I am extremely happy, now it works.

    The correct code is the recent one. Please remove all the provided before relating to the shop cart. I close the topic, if you have any questions, start new one.

    Best Regards

Viewing 3 posts - 61 through 63 (of 63 total)

The topic ‘icons’ is closed to new replies.