Home › Forums › Theme support › Parador Navigation Menu › Reply To: Parador Navigation Menu
Hi,
ok, now I know what you mean. There are 2 solutions, you can change the ‘background’ option in the style.css file on line 1508 (header ul.main-menu > li, change it to background:none;), or you go to WordPress admin -> Appearance -> Theme Options -> General -> Extra CSS Content and add this:
header ul.main-menu li {
background:none;
}