To remove header search icon, cart and the vertical divider next to it

2 replies · opened Sep 1, 2020

TThenaaKSep 1, 2020

Hi,
I want to remove header icon, cart and line just and want to display only menu text till the end.
Its easy, but after removing also I can see that divider line with spacing, I want to remove those too.
Thanks for your help!

SSemicolon WebSTAFFSep 1, 2020

Simply use this CSS Code:
[ch_pre type="css"]@media (min-width: 992px) {
.full-header .primary-menu .menu-container {
padding-right: 0;
margin-right: 0;
border-right: 0;
}
}[/ch_pre]

This will definitely work fine. Hope this Helps!

TThenaaKSep 2, 2020

Hi,
Thanks a lot for timely support!
This code worked well.

Have the same question, or something new?

Sign in to the Canvas dashboard to reply or open your own topic. Canvas owners get direct help from the SemiColonWeb team.

Reply on the dashboard