Main Menu Gadient Height

Posted in: Newspaper
Post count: 80

how to decrease the main menu gradient to 1 pixel, i am using header style 1.

Post count: 23312

Hello mystudent,

If you want to decrease the height of the main menu gradient, you have to use a bit of CSS code to do that. Please try the code below and add it in Theme panel->Custom CSS code area.

The code is ->

.td-header-gradient:before{
height:1px;
}

The result you should see here -> http://screencast.com/t/XQ1Cx5q77

If is not what you mean, please provide more details about your desired changes so I will be able to provide a more accurate response.

Thank you for the message!

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