Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #334566

    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!

    #334607

    Hey!

    Try adding this code to the Quick CSS:

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

    Cheers! 
    Josue

    #335727

    Thanks again Josue!

    That fixed it!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Remove border extra info header’ is closed to new replies.