remove the top shade of the Luxery theme
-
Hey guys,
I need to remove the top shade of the Luxery theme front page and change the color of the menu. Can anyone plase send me a code?
Thanks a lot
The blog I need help with is: (visible only to logged in users)
-
Hello,
I was able to remove the shade and change the menu colors with this CSS:
#header.header-overlay {background-image: none}Then this changes the links color:
#navigation a {color:#000} #navigation .current-menu-item a { background: #333; }Hope this helps =)
-
- The topic ‘remove the top shade of the Luxery theme’ is closed to new replies.