Changing the colors of submenu top border


  • Member
    exxexx
    September 25, 2015 at 8:25 am #22798

    Hi! Thanks for the theme, its cool :)

    I tried to change submenu’s border-top color, but didnt find where to do that on the theme settings, so i tried to do that with custom css. I inputted following to the custom css field in theme’s settings:

    #menu > ul > li > div {
    border-top: 2px solid #fff;
    }
    .custom_menu_4 #menu > ul > li ul > li > a:hover {
    background-color: #fff;
    }

    css does not work even if i put !important :(

    Sorry, this forum is for verified users only. Please Login or Register to continue

Comments are closed.