Home Forums Theme support Menu nad lines Reply To: Menu nad lines

Hi,

you can add this css code in WP admin -> Appearance -> Theme Options -> General -> Extra CSS Content:

#menu-main_container,#social_1_container {
border-left-style: none !important;
border-left-width: 0 !important;
}

This code should remove the border…