Hello, how can I change the color of a submenu line when hovering?
Hi,
To change that you will have to write a custom CSS.
If you need help writing it, please, attach a link to your website.
Thanks
Hey Phil, thanks for the response.
https://vcgmotion.com/
Please, use the following one:
#Top_bar .menu > li ul li a:hover{ background-color: #ccc!important; }
Great, thanks!
One more thing about the color, how to change the Product Description background color?
https://vcgmotion.com/store/light-transitions/
For that, use this code:
.single-product .ui-tabs .ui-tabs-panel{ background-color: #052137; }
Thanks!
Comments
Hi,
To change that you will have to write a custom CSS.
If you need help writing it, please, attach a link to your website.
Thanks
Hey Phil, thanks for the response.
https://vcgmotion.com/
Please, use the following one:
Thanks
Great, thanks!
One more thing about the color, how to change the Product Description background color?
https://vcgmotion.com/store/light-transitions/
For that, use this code:
Thanks
Thanks!