Hello again (sorry, I have a lot of questions!)
1) How do I change the active border link in the main menu navigation?
On my site it is orange, but I want to get rid of it and just change the color of each active link instead of having a border.
2) How do I change the spacing in my footer for each menu? At the bottom of the page under Solutions, Resources, and Company there are spaces in between each link, but I don’t want that.
Website: http://beta.nectarom.com/
Hey!
1-2. Add this to the Quick CSS:
#footer .menu li a {
padding: 0;
}
.avia-menu-fx {
display: none;
}
Cheers!
Josue
Thank you very much!
You are welcome, always glad to help :)
Regards,
Josue