How replace shadow menu with colored line?

Posted in: Newspaper
Post count: 40

Hi,
I want to replace this shadow with a simple blue line (1-2px).

http://oi67.tinypic.com/2ma1yo.jpg

How can I do that?

I tried to add

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

into CUSTOM CSS
but when load the pages, it shows the shadow than remove after 0.5 sec about.

Waiting your reply.
Website is offline on mamp, so I can’t send you URL.

Post count: 23312

Hello jad,

If you want to replace that shadow with a blue border, please try the code below and place it in Theme panel ->Custom CSS area.

The code is ->

.td-header-gradient:before{
background:none!important;
border-top:2px solid blue;
}

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

Hope this helps!

Thaks for your understanding!

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