Hi!
Hope you can help me with this little situation. I’m trying to hide a little line that’s appearing at my first page, I suppose is a border for the extra info (phone and social) area, by now I figure the next code for hiding the phone and bookmarks when the transparency header is active:
.av_header_transparency .phone-info {
display:none;
}
What would I be missing to hide that line too?
Thanks a lot!
Hey!
Try adding this code to the Quick CSS:
#top .av_header_transparency #header_meta {
border-color: transparent;
}
Cheers!
Josue
Thanks again Josue!
That fixed it!