Hi,
I’m trying to remove the left border on the “Forum” menu item. The border is the separator between Home and Forum but I have Home set to not display on the home page.
Thanks,
Gabe
Hey connect4consulting!
Please add following code to Quick CSS
#menu-item-49 .avia-menu-text {
border-left: none;
}
Cheers!
Yigit
Thanks!