Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1397748

    Hi all,

    Can anyone provide me with info about how to remove the line under the menu. menu border

    #1397760

    Hey Martin,

    Thanks for the screenshot. Could you post a link to where we can see the actual element as well please?

    Best regards,
    Rikard

    #1397764
    #1397794

    Hi,

    Please try the following in Quick CSS under Enfold->General Styling:

    #header_main {
        border-bottom-width: 0;
    }
    
    #layer_slider_1 {
        box-shadow: none;
    }

    Best regards,
    Rikard

    #1397814

    Thank you Rikard, that worked for me. Only remaining issue is that when you scroll down the (than smaller) menubar is a bit too small for the logo.
    Is it possible to get that extra margin under the logo when the menubar is in that small state?

    #1397849

    Hi martinvanderharst,

    Please try to add this CSS code as well:

    #top .header-scrolled #header_main {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    Just adjust the top and bottom padding.
    Hope this helps :)

    Best regards,
    Nikko

    #1397858

    Great! This works fine for me.
    Topic can be closed.

    #1397859

    Hi martinvanderharst,

    We’re glad that we could help you :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Remove border under main menu’ is closed to new replies.