Home Forums WoodMart support forum Little shopping bag icon now working properly

Little shopping bag icon now working properly

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

    BertranddesmetsWM
    Participant

    Hi,

    .wd-add-btn-replace .add-to-cart-loop:before {
        content: "\f126";
    }

    I am using this css to display a little shopping bag instead of the trolley.
    It works on certain shop pages but not on others.

    I invite you to visit our webpage on different browsers or check the video attached for clarification.

    Best regards

    #282729

    Bogdan Donovan
    Keymaster

    Hi,

    Try to replace the previous code with the following one:

    div.wd-add-btn-replace .add-to-cart-loop:before {
        content: "\f126";
    }

    Kind Regards

    #282730

    BertranddesmetsWM
    Participant

    Hi,

    It appears to be working like a charm.
    thanks!

    #282882

    You are welcome! If you have any questions please feel free to contact us.

    Best Regards

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