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!
2 replies · opened Sep 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!
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!
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