Line under the menu

Posted in: Newspaper
Post count: 25

Please tell me , how do I remove or change the color of the line , which is under the menu

https://www.sendspace.com/file/901032

  • This topic was modified 10 years by sirota.
  • This topic was modified 10 years by sirota.
Post count: 23312

Hello @sirota!
I understand your problem and below, if you follow the steps you can solve it very easy:
*if you want to change the color of the line please use this custom css: http://screencast.com/t/ulMpBbxyTp8e

.td-header-gradient:before {
background-color: red;
}

*if you want to remove the line, pls use this custom css:
http://screencast.com/t/eTTmYbD4Y

.td-header-gradient:before {
display:none;
}

The custom css you must put in theme panel like this: http://screencast.com/t/oTYcg4BBL

Hope this helps!
Thank you for your message!

Viewing 2 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic.