Header style

Posted in: Newsmag
Post count: 21

how can I modify the header default style 1 to the default header style of Newspaper theme. I mean it white, and have a gradient bar 100% full width under it.

Post count: 6535

HI

Try this css in theme panel > custom code > custom css: http://screencast.com/t/B5Exiu0mS

.td-header-row {
width: 1021px;
margin-left: auto;
margin-right: auto;
}
.td-header-container {
width: 100%;
-webkit-box-shadow: -4px 5px 15px -6px rgba(0,0,0,0.75);
-moz-box-shadow: -4px 5px 15px -6px rgba(0,0,0,0.75);
box-shadow: -4px 5px 15px -6px rgba(0,0,0,0.75);
}

Let me know how it goes.
Thanks

  • This reply was modified 10 years by Andrei L..
Post count: 22

Hi !

I have the same issue and tryed this CSS but it doesn’t work.

I also tried this one that I used in my previous site but it doesn’t work either. I already purged the cache.

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

Thank you for your help. ♥

Post count: 21

it works for me, thanks

Post count: 6535

Hi @sarahgraine

Provide your site url so I can have a closer look and maybe I can help.
Thanks!

Post count: 22

It works for me too now, thank you ! 🙂

I guess I had a problem with my cache.

Have a nice day,

Sarah

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