Hi everyone,
I have a semi transparent background rectangle behind my dropdown menu. How would I get rid of this so it’s all transparent? I would also like all the text to be white, not black.
Thank you in advance!
@Tiaramacnamara
Welcome to Shopify Community.
We are Always Happy to help you.
kindly Share your Store URL So that we can help you.
Thank you.
Hi @Zworthkey My site isn’t live yet. Am I able to contact you directly?
Thank you
yes, Check out below whatsapp and Email .
Thank you
@Tiaramacnamara
if your Site is not ready then Share me preview Url.
Thank you.
Hi @Tiaramacnamara ,
Go to Assets > theme.scss.liquid and paste this at the bottom of the file:
.supports-no-touch .site-nav--has-dropdown:hover .site-nav__dropdown{
opacity: 1 !important;
background-color: #fff !important;
}
Hope it helps!