Home Forums WoodMart support forum css code

css code

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

    zserg
    Participant

    Sorry, I don’t understand. I had a Global custom CSS added to hide the “quick view: and “shopping cart” icons in “wishlist”. What CSS should I put now? i had css code:

    .grecaptcha-badge { visibility: hidden; }
    .woodmart-wishlist-content .quick-view {
    display: none;
    }
    .grecaptcha-badge { visibility: hidden; }
    .woodmart-wishlist-content .woodmart-add-btn {
    display: none;
    }

    #280782

    Artem Temos
    Keymaster

    Hello,

    Try to add the following code snippet to the Custom CSS area in Theme Settings to fix this issue.

    .grecaptcha-badge { visibility: hidden; }
    .wd-wishlist-content .quick-view {
    display: none;
    }
    .wd-wishlist-content .woodmart-add-btn {
    display: none;
    }

    Kind Regards

    #280788

    zserg
    Participant

    Thanks, everything is good!!! the update is super, in google my site went from the orange zone to the green one !!!

    #280792

    Artem Temos
    Keymaster

    Great, you are welcome!

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

The topic ‘css code’ is closed to new replies.