Hi,
I added the contact us information to the top of my menu, but there is a faint line that is appearing. Do you know why?
Please let me know.
Thanks.
Tejal
Hi,
I added the contact us information to the top of my menu, but there is a faint line that is appearing. Do you know why?
Please let me know.
Thanks.
Tejal
Hi Tejal,
Use this CSS code to remove the border-bottom
.has-hero .header-contact {
border: none;
}
You can put the code into customize > additional CSS
Regards,
Awan