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.
1 Like
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