Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #299142

    Hi!

    can You help me please with the border color of the submenu items. right now it is black. (i want it to be #dadada)
    trying to replace “solid black” with “#dadada” makes the boarder disappear…. this is what i have in quick css.:
    ________________________
    .header-scrolled #header_main_alternate {
    border-bottom: 1px solid black;
    }

    @media only screen and (max-width: 990px) {
    #header { border-bottom: 1px solid black; }}

    .av-main-nav > li > ul {
    border-top-width: 2px!important;
    border-top-style: solid;
    border: 1px solid black;
    }

    #top .av-main-nav ul ul { border: 1px solid black; }
    ________________________

    Thanks alot!

    Regards,
    finlando

    #299684

    Hi Finlando!

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

     .av-main-nav > li > ul { border-color: #dadada; }

    Best regards,
    Yigit

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