Home Forums WoodMart support forum Updating Woodmart CSS

Updating Woodmart CSS

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #285056

    ToriTori38
    Participant

    Hello,

    Afer upadting to the latest Woodmart version, I saw you had changed your CSS and we would need to update custom CSS acordingly. In the examples below, should we replace woodmart with “wd”?

    .woodmart-prefooter (this would become “wd-prefooter”)
    .woodmart-hover-tiled (this would become “wd-hover-tiled”)

    #285066

    Artem Temos
    Keymaster

    Hello,

    Yes, you need to replace woodmart- with wd- in this case.

    Kind Regards

    #285084

    ToriTori38
    Participant

    Hello Artem,

    I have done this, but still when I go to the website it is not showing the custom CSS on first load. I have to always re-load the page again for the custom CSS to show. This is not cache as I am looking at the page in a private wondow and have deleted all WP Rocket cache.

    It’s as though the Woodmart custom CSS is not being loaded on the first page load.

    Any ideas? I have two screen videos showing this in private content

    #285114

    Artem Temos
    Keymaster

    Try to use the following CSS code instead of your custom CSS

    body .category-grid-item .wd-entities-title {
    	font-size: 16px;
    }
    
    body .wd-hover-tiled .product-wrapper {
        box-shadow: none;
    }
    #285151

    ToriTori38
    Participant

    Thank you! That seemed to work 🙂

    #285350

    Artem Temos
    Keymaster

    You are welcome!

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

The topic ‘Updating Woodmart CSS’ is closed to new replies.