How can I remove the border at the top that falls beneath the navigation?
I tried and failed. Thanks!
Hey Justin,
Add this to quick css:
#header_main{
border-bottom-style:none!important;
}
Best regards,
Jordan Shannon
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
Hi,
Simply adjust the id, this worked for me when I used it.
#header_meta{
border-bottom-style:none!important;
}
Best regards,
Jordan Shannon
That’s what’s in place for me now. But doesn’t work for me. What are you seeing?
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
hmmm still won’t give
Hi,
So strange. If possible, please provide admin info so we can log in and look into this issue further.
Best regards,
Jordan Shannon
below. Thanks
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
Hey Yigit https://js-interactive.com/line.jpg :/ ugh!
Hi,
Please make sure to clear your cache a few times over and also view in a different browser.
Best regards,
Jordan Shannon
Thanks Jordan.
It’s not a caching problem.
Border still present. Thanks!