Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #864088

    How can I remove the border at the top that falls beneath the navigation?
    I tried and failed. Thanks!

    #864112

    Hey Justin,

    Add this to quick css:

    #header_main{
    border-bottom-style:none!important;
    }

    Best regards,
    Jordan Shannon

    #864162

    So Jordan. That rmeoves the lower line. It’s the upper line below the phone number that I am after

    I tried #header_meta

    no go

    #864165

    Hi,

    Simply adjust the id, this worked for me when I used it.

    #header_meta{
    border-bottom-style:none!important;
    }

    Best regards,
    Jordan Shannon

    #864188

    That’s what’s in place for me now. But doesn’t work for me. What are you seeing?

    #864445

    Hi Justin,

    Is it the border under the logo you want to remove? If so then please try this:

    .av-logo-container {
      border-color:transparent !important;
    }

    Best regards,
    Rikard

    #864914

    hmmm still won’t give

    #864980

    Hi,

    So strange. If possible, please provide admin info so we can log in and look into this issue further.

    Best regards,
    Jordan Shannon

    #864987

    below. Thanks

    #864995

    Hi,

    I added following code to the bottom of Style.css file of your child theme

    #top .av_header_transparency #header_meta {
        border: none;
    }

    Please review your website

    Best regards,
    Yigit

    #865018
    #865024

    Hi,

    Please make sure to clear your cache a few times over and also view in a different browser.

    Best regards,
    Jordan Shannon

    #865407

    Thanks Jordan.
    It’s not a caching problem.
    Border still present. Thanks!

    #865421

    Hey!

    I remember header being transparent yesterday but i changed the code to following one

    #top #header_meta {
    	border: none;
    }
    #header_main {
        border-top: none;
    }

    Please review your website.

    Best regards,
    Yigit

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