Home Forums WoodMart support forum How do I change the icon for quick view?

How do I change the icon for quick view?

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #334364

    agioro
    Participant

    Hi,

    How do I change the icon for quick view? Now it’s a search icon, I want it (eyes):
    https://fontawesome.com/v5.15/icons/eye

    Attachments:
    You must be logged in to view attached files.
    #334368

    Hello,

    Thank you very much for choosing our theme and for contacting us.

    I cannot insert this icon as it requires Pro version of the FontAwesom to be integrated, I can upload it as an image and set the background.

    Best Regards

    #334371

    agioro
    Participant

    Can you send me the code for that ( eye image for quick view ) or other solution for replace search icon with other icon for view? Thanks!

    #334584

    agioro
    Participant

    An update, please.

    #335183

    Hello,

    I am terribly sorry for the delay.

    Please add this code to the Theme Settings > Custom CSS > Global

    .wd-quick-view-icon > a:before {
        display:none
    }
    .wd-quick-view-icon > a{
        background-image:url(https://z9d7c4u6.rocketcdn.me/wp-content/uploads/2016/07/blog-12-75x65.jpg);
    	  background-size:contain;
    	  background-position:center center;
    	  background-repeat:no-repeat;
    }

    You need to upload the image I attach into the Media library and take its URL and replace it in the code. If the icon looks not good, contact us we will correct it.

    Best Regards

    Attachments:
    You must be logged in to view attached files.
Viewing 5 posts - 1 through 5 (of 5 total)