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

    Hello,

    I would like to have a full width menu, but only the background color. I want to have the menu on the same place.

    It would be very nice if only the transparant background is in the full width!

    This is my site:

    http://www.experimentaal.nl

    Thanks!
    Erik

    #256069

    Hi erikenanne!

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

    #header_main_alternate {
    background-color: rgba(0,0,0,0.3);
    }
    .main_menu ul:first-child > li {
    background-color: transparent;
    }

    Best regards,
    Yigit

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