How to remove/edit the black divider bar right underneath the navigation menu?

Posted in: Newspaper
Post count: 13

I’m using the sound radar demo and am looking to change the default ‘black divider bar’ right underneath the header menu, how would I go about doing this?
What I’m looking to accomplish has been done on https://www.edmsauce.com/
Thank you in advance for any help given! ♥

Post count: 20688

Hi,

That is a design choice for that particular demo. You could remove it with a code like this for example, in Theme panel->Custom CSS section
https://www.screencast.com/t/NhYXDqgnYwg

.td-sound-radar .td-header-style-1 .td-header-menu-wrap:before {
display: none;
}

Or remove it directly for the demo stylesheet
https://www.screencast.com/t/VuTmWZkq1
You could customize it if you wish, I will help you if you could provide details about hwo you wish it to be.

Thanks

Post count: 13

Thank you! That worked perfectly. Can you help me to get this menu divider (https://www.edmsauce.com/)?

Post count: 20688

Hi,

If you mean the divider below the menu, like this
https://www.screencast.com/t/VAlGA4idFztb
That will be displayed in the sound radar demo only if you remove the code from the demo as shown in the screenshot, instead of using the CSS code
https://www.screencast.com/t/VuTmWZkq1
Then the default divider will be shown instead of the demo customization
https://www.screencast.com/t/NLxu1e0NehB
Please correct me if I misunderstand what you wanted.

Thanks

Post count: 13

That’s exactly what I needed, thank you for understanding!
It worked perfectly.
You’re amazing.

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