Home Forums WoodMart support forum CSS not working

CSS not working

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #574120

    martin-9344
    Participant

    Hello

    I added this CSS code to remoce the “Choose options” button, but it is not working.

    .wd-product.wd-hover-standard .product-wrapper .wd-add-btn {
    display: none;
    }

    #574121

    martin-9344
    Participant

    Screenshots

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

    Luke Nielsen
    Keymaster

    Hello,

    Did you clear the cache after making those changes? Also, clarify do you want to remove the add to cart or select option for the whole website?

    Kind Regards

    #574129

    martin-9344
    Participant

    Yes i cleared the cache and also tried as a logged in use with no cache.

    I wish to remove the select option from the entire site.

    #574170

    Luke Nielsen
    Keymaster

    Hello,

    Try to add the code below into the “Global Custom CSS” area in Theme Settings -> Custom CSS.

    .wd-product .wd-add-btn {
        display: none;
    }

    Clear the site/server/browser cache and recheck the issue.

    Kind Regards

    #574174

    martin-9344
    Participant

    Hello

    Yes that worked, and on mobile it looks fine, but on desktop the price is not showing properly.

    I have attached a screendump of the issue

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

    Luke Nielsen
    Keymaster

    Hello,

    In this case, remove the above code and navigate to Theme Settings -> Theme Presets -> Create such a preset: https://prnt.sc/0eU3XEH8I-B-, then edit its settings and enable the “Catalog mode” here – https://prnt.sc/83WFeC3M91Yx

    Clear the cache and recheck the issue.

    Kind Regards

    #574187

    martin-9344
    Participant

    Thank you for the fast reply.

    It works

    #574189

    Luke Nielsen
    Keymaster

    Hello,

    You are welcome! If you do not mind, can you please leave a 5 stars rating for our theme by going here: http://themeforest.net/downloads It will allow us to release more updates and provide dedicated support in the future. It would encourage our work a lot.

    Have a good day!

    Kind Regards

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

The topic ‘CSS not working’ is closed to new replies.