I need to make the variable product variations area transparent like the rest of the page, the code I got is not working.
.woocommerce-page select, .woocommerce select {
background-color: rgba(255, 255, 255, 0.8);
}
I previously in another post asked ..is there a way to have the Main Menu Navigation links to change colors when mouse over based on the colors selected for links and link hover?
I got this response
The main color is set via the body. The links and hover color is set generally with:
a{
color: #FF000;
}
a:hover{
color: #0004FF;
}
I think the same can be done using primary and secondary colors in Flashlight Styling. What I want to do is make the MAIN MENU NAVIAGATION change colors when mouse is hovered and also on the sub menus. Please see the website tosigns.com and play with the main menu navigation
Thanks,














