Hey there,
I’d like to apply a global css to all pages exept the home page in order to stop the overlap of my page content here: http://prntscr.com/mqb7kt
thanks for your help
Hey there,
I’d like to apply a global css to all pages exept the home page in order to stop the overlap of my page content here: http://prntscr.com/mqb7kt
thanks for your help
Hi there,
What is the domain on the site in question?
If you want to write a CSS selector that targets all page except the homepage, add the body:not(.home) before the other selectors.
Hope this helps.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.