Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #1328383

    Hi,

    I can’t seem to remove the grey header bottom border in the mobile view – have tried all of these but no luck – would you help? Many thanks. CA

    .avia-shadow {
    box-shadow: none;
    }

    #top .av_header_transparency #header_meta {
    border-bottom: 0px solid transparent !important;
    }

    #top .av_header_transparency #header_meta li {
    border-color: transparent !important;
    }

    #1328437

    Hey cab72,

    I can’t load your site, please check the error message in private.

    Best regards,
    Rikard

    #1328986

    HI Rikard

    The SSL isn’t installed yet, but the site is available at the address given.

    #1328999

    Hi,

    Thank you fo the update.

    Try to use this css code to remove the border below the header.

    @media only screen and (max-width: 767px) {
        .responsive.html_top_nav_header .av-section-bottom-logo {
            border: none;
        }
    }
    

    After adding the css, make sure to toggle or temporarily disable the Enfold > Performance > File Compression settings before checking the page again.

    Best regards,
    Ismael

    #1329142

    Hi Ismael,

    Thanks for this. It worked perfectly for the Home Page – but the other pages are still showing the grey line.

    Is there anything else I can try?

    Kind Regards
    Carole

    #1329158

    Hi,

    Please try this CSS as well:

    @media only screen and (max-width: 767px) {
    .container_wrap {
        border-top-width: 0;
    }
    }

    Best regards,
    Rikard

    #1331758

    Thanks Rikard, this worked perfectly!

    #1331788

    Hi,

    Great, I’m glad that we could help. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

    #1334701

    Okay to close – thanks for your help!

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘Remove header border in mobile view’ is closed to new replies.