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?

有帮助吗?

解决方案

Remove the tags <style> and </style>

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

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top