Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #291860

    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/

    #291904

    Hey!

    1-2. Add this to the Quick CSS:

    #footer .menu li a {
        padding: 0;
    }
    .avia-menu-fx {
        display: none;
    }

    Cheers!
    Josue

    #291945

    Thank you very much!

    #291947

    You are welcome, always glad to help :)

    Regards,
    Josue

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.