Ahoy
I need some help adding a board to this white box? screenshot 1
I also need to know how to change the text color and background color for these menu widget items. Screenshot 2
Hi mcraig77!
We are working on your ticket please wait while we update the results here soon.
Please use the below CSS in Quick CSS
.av-main-nav ul li {
border-bottom: 1px solid #333;
}
#top #wrap_all .av-main-nav ul > li > a {
color: #3C8C22;
}
Best regards,
Vinay
Hi vinay –
I think there is some confusion – I need the request for this section (screenshot)
When I add that code it changes the main menu… I dont want that…
Hey!
Thank you for the info. Please use this instead:
.main_color .widget_nav_menu .current_page_item a {
color: #3C8C22;
}
Regards,
Ismael
hmmm
Still not quite right. What I want is for there to be a background rollover when I go over a menu item like this (video)
Please advise