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!
Hi,
Can you post the link to your website please?
Regards,
Josue
Hey!
Try adding this code to the Quick CSS:
.av_header_transparency #header_meta {
border: 0 !important;
}
Cheers!
Josue
.av_header_transparency #header_meta {
border: 0 !important;
}
Worked perfectly. Thank you.
You are welcome, glad to help :)
Regards,
Josue