menu color issue

Discussion in 'StartPoint Business One Page WordPress Theme' started by rexmanaster, Jan 22, 2015.

Thread Status:
Not open for further replies.
  1. rexmanaster

    rexmanaster Member

    Joined:
    Feb 18, 2012
    Messages:
    180
    Likes Received:
    4
    hi,

    the background color for the dropdown part of my menu should match the background color for the main part of my menu. for some reason, it doesn't. the attached screenshot shows what i'm talking about.

    the site is nowadvocate.com.

    the custom css i have is:

    .menu-wrapper-bg {
    background: white;
    }
    .menu-wrapper {
    border-bottom: 1px solid #eee;
    }

    hr{
    border-top:1px solid transparent;
    }
    .menu-sp ul a.current, .menu-sp ul li.current_page_item > a, .menu-sp ul li.current_menu_item > a {
    background: #2e87e3;
    color: #fff;
    }
    .menu-sp ul a:hover{
    color:#fff;
    }
    .sf-menu li:hover, .sf-menu li.sfHover{
    background: #2e87e3;
    }
    .menu-sp ul a{
    color:#000000;
    }

    .reverse-color.menu-sp ul li.current_page_item a {
    color: #fff;
    }
    .menu-sp ul li:after {
    content: "";
    }
     

    Attached Files:

  2. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hi rexmanaster,

    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    ul.children li {
    background: #2e87e3 !important;
    }
    Thanks,
    Praveen
     
  3. rexmanaster

    rexmanaster Member

    Joined:
    Feb 18, 2012
    Messages:
    180
    Likes Received:
    4
    perfect, thanks.

    didn't change the background color of the footer menu. i'm not going to use a footer menu, but you may want to add solution here for others.
     
Thread Status:
Not open for further replies.

Share This Page