How to change Multipurpose Header (Style 3)'s shadow or remove it?

Posted in: Newspaper
Post count: 33

How to change Multipurpose Header (Style 3)’s shadow or remove it?

Where can I do that?

http://www.screencast.com/t/Jw42mxra

Post count: 33

and my next questions is, if I want to make same header from the scratch with (blank header builder), how to I do that? I have tried so many times with a blank header builder.. just can’t duplicate the same as the premade header (Multipurpose Header Style 2 or 3).

Post count: 23312

Hi,

If you want to remove that grey border, you need to use the code below and place it in Theme panel -> Custom CSS area.

The code is here ->

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

Also, if you want to create your own header, you need to use the Header Builder and begin to create it according to the following documentation from here -> https://tagdiv.com/newspaper-theme-customize-the-header-manager/

Hope this helps!

Thanks for the message!

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