Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1350062

    Hello,

    i would like to add a simple border at the bottum of the main menu.

    For the transparent Main Menu there already is such a border, but when i scroll down and the main menu switches to the non transparent version, the border disappears. I´ve tried different css solutions from the forum but could not make any work so far.

    Soll: https://imgur.com/a/kBRluCG
    Ist: https://imgur.com/a/uoxfzm1

    Help would be much appreciated!

    Best wishes, Niclas

    #1350075

    Hey NThiem,
    Thanks for the link to your site and for the screenshots, Please try this code in the General Styling ▸ Quick CSS field or in the WordPress ▸ Customize ▸ Additional CSS field:

    #top .av_minimal_header #header_main {
        border: 1px solid rgba(0,0,0,0.25);
    }

    Feel free to adjust the color to suit, after applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    #1350124

    Hello Mike,

    that worked like a charm. Thank you so much!

    Best wishes, Niclas

    /Closed

    #1350127

    Hi,
    Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Add a simple border to the Main Menu’ is closed to new replies.