Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #360034

    Hi, I am using the transparent heading but there is a thin white line across the bottom of my secondary menu. How do i make this line/border transparent as well?

    I’ve tried

    .sub_menu li { border: none !important; }

    but it was not effective. Thanks in advance!

    #360232

    Hi,

    Can you post the link to your website please?

    Regards,
    Josue

    #360233
    This reply has been marked as private.
    #360237

    Hey!

    Try adding this code to the Quick CSS:

    .av_header_transparency #header_meta {
        border: 0 !important;
    }
    

    Cheers! 
    Josue

    #360238

    .av_header_transparency #header_meta {
    border: 0 !important;
    }

    Worked perfectly. Thank you.

    #360240

    You are welcome, glad to help :)

    Regards,
    Josue

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