Click here to Skip to main content
15,881,709 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello, I am trying to hide css from a wix template.

The link below has a screenshot of the div i want to hide highlighted in the source code.

https://bigberthacss.tiiny.site/hide.png

WIX gives you the option to add custom code to the header by linking style sheets. I can see style sheet in the source code but my custom css isnt overwriting the class.

This is the code i used in my css file.

CSS
.heading.s-separator{
display: none !important;
}


Could someone help me to understand why the "heading s-separator" div is still displaying when i view the page?

This is the website URL for reference - https://www.bigberthamotorhomes.co.uk/book-a-room/rooms/d1a1f883-3e3e-43aa-a1bc-539c68d1733b

Thanks

What I have tried:

<pre lang="CSS">.heading.s-separator{
display: none !important;
}
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900