How can I adjust navigation dropdown menu opacity in Broadcast theme?

Hi! I am trying to adjust the opacity on the background color of the navigation dropdown menu. Please help! I am currently using the Broadcast theme. Below is the link to the preview.

https://23bebqfto188rx2t-71781712182.shopifypreview.com

1 Like

@katelyntly

Please add the following CSS code to your assets/theme.css bottom of the file.

@media (hover: hover){
.sliderow:hover .sliderow__title {
    background: #ffffffc7 !important;
}
}

Thanks!

Hi @katelyntly

This is Richard from PageFly - Shopify Page Builder App, I’d like to suggest this idea:

Online Store ->Theme ->Edit code

Assets ->Theme.css

@media (hover: hover){
.sliderow:hover .sliderow__title {
    background: #c3c3c3 !important;
}
}

Hope you find my answer helpful!

Best regards,

Richard | PageFly