Home Forums WoodMart support forum Problem with the unchached CSS and pages. Reply To: Problem with the unchached CSS and pages.

#425795

Artem Temos
Keymaster

Hello,

Try to increase the strength of your CSS selectors in your custom CSS. For example, add body tag before each selector:

.wd-nav-vertical.wd-design-with-bg

replace to this

body .wd-nav-vertical.wd-design-with-bg

Let me know if it works for you.

Kind Regards