Question

I am using Sitefinity Stylesheet widget.When i try to apply inline style sheet inside Write CSS tab,the styles are not applied as expected

This is my code:

    <style>

         .menu a{
                 text-decoration: none;
                }
.....
......
    </style> 

Could you please help me to figure out the issue here?

Was it helpful?

Solution

Remove the tags <style> and </style>

There is already an instruction in "Write CSS tab".

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top