Tagged: color section, main-menu, remove
Hi support,
I have tried with this:
#lederuddannelser .container_wrap { border-top: none !important; }
and put lederuddannelser in the Custom Css Class.
I have also tried with changing # with . in front of the css code.
No luck!
I have color sections on several webpages.
I don’t want to loose the lines above and below the main menu.
Hope you can help :-)
Hey OKEI,
Please include the url to the page in question so we can take a closer look. Also please include a screenshot with the line pointed out.
Best regards,
Mike
Hi,
Try this code in the General Styling > Quick CSS field:
.header_color div {
border-color: transparent!important;
}
Best regards,
Mike
Tried it – but it doesn’t work…
Hi,
Try this code in the General Styling > Quick CSS field:
#after_section_1.main_color {
border-color: transparent!important;
}
Best regards,
Mike
Wonderful Mike – it worked. Thanks :-)