Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #611574

    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

    #611734

    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

    • This reply was modified 8 years, 7 months ago by Vinay.
    #612125

    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…

    #613585

    Hey!

    Thank you for the info. Please use this instead:

    .main_color .widget_nav_menu .current_page_item a {
        color: #3C8C22;
    }

    Regards,
    Ismael

    #613603

    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

    #613941

    Hi!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .widget_nav_menu li:hover a {
        background: #f2f2f2!important;
    }

    Best regards,
    Yigit

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