How to transfer the menu from the demo to my site?

Posted in: Newspaper
Post count: 49

Hi all.

There is a demo site: https://demo.tagdiv.com/newspaper_blog_lifestyle/ which is used Header Style: Style 9.
But it is completely different, it is not the same as in the theme settings. How to remove the shadow? How to make underscore less?

img

Post count: 49

Guys, help me please!

Post count: 49

Guys? Nobody know? O_O

  • This reply was modified 7 years by mRelby.
Post count: 35449

Hi,

Way not use this demo, and you’ll get the menu.
If you want to change just the menu please add this custom css in the Newspaper>Theme panel>Custom code>Custom css
.sf-menu > .current-menu-item > a:after,
.sf-menu > .current-menu-ancestor > a:after,
.sf-menu > .current-category-ancestor > a:after,
.sf-menu > li:hover > a:after,
.sf-menu > .sfHover > a:after
{
width: 30px;
background-color: #6aea4d;
}
.td-header-gradient:before {
background: transparent;
}
.td-header-style-9 .td-header-main-menu {
border-bottom: 1px solid #eaeaea;
}

Results: https://www.screencast.com/t/YYA3Mz7yf4
Hope this will help you.

Thanks.

Post count: 49

Thank you! 🙂

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