What is wrong in my CSS

Posted in: Newspaper
Post count: 55

what is wrong in my CSS, I want to use in my menu as bg. image:
.td-boxed layout .td-menu-background .td-menu-wrap {
background-attachment: scroll! important;
background-clip: border-box! important;
background-color: rgba (0, 0, 0, 0)! important;
background-image: linear-gradient (to bottom, # 303030 0%, # 111111 100%);
background-origin: padding-box;
background-position: 0 0;
background-repeat: repeat;
background-size: auto auto;
height: 50px! important;
position: relative;
}

my link —> http://www.football.eu.com

Post count: 6600

Hi,

Your css doesn’t work because you are missing the “line” in this class: http://screencast.com/t/dunVek4zLoeA
I have tested the css, the background color and image haven’t been added right: http://screencast.com/t/IadYpf0CyZX4
I have also tried to access you site but it’s not working, please let me know when I can access your site and inspect this so I can provide a solution for it.

Thanks

Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newspaper’ is closed to new topics and replies.