Home Forums WoodMart support forum change shopping icons

change shopping icons

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #600158

    costantinospachis
    Participant

    Hallo im working for a site that i dont need the add to cart button, i use read more. but wen im hovering to button a cart icon appears.How can i change the cart icon to eye icon for example but global ?

    https://prnt.sc/zdvgwK2kJg61

    https://prnt.sc/JLsrJrPEFaZw

    #600187

    costantinospachis
    Participant

    i changed from css the icon but does not appears.. also i anabled the icon actions

    https://prnt.sc/Kyfa5EjDQaM7

    https://prnt.sc/rexb_z9uJseI

    https://prnt.sc/QcZw2ne8Z8YK

    #600465

    Hung Pham
    Keymaster

    Hello costantinospachis,

    Thanks for reaching to us.

    To assist you in the best possible manner, I kindly ask that you please provide me temporary wp-admin info (wp-admin URL, username, password) to the Private Content area, this will allow me to thoroughly investigate and address your concerns more efficiently.

    Regards,

    #600536

    costantinospachis
    Participant
    #600614

    Bogdan Donovan
    Keymaster

    The default WoodMart icon font already has its own eye icon. Use the following custom code to change the cart icon on the button to the eye icon. Before using this code, make sure to remove any other custom code that affects the button icon.

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

    Kind Regards

    #600729

    costantinospachis
    Participant

    Thank you !!!

    #600766

    Artem Temos
    Keymaster

    You are always welcome. Feel free to contact us if you have any further questions.

Tagged: 

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

The topic ‘change shopping icons’ is closed to new replies.