This topic has 2 replies, 2 voices, and was last updated 8 years, 8 months ago ago by Stan Russell
I would like to adjust the font display on the pop up that occurs when you hover over a product image. Currently, the pop shows BROWSE WISHLIST on the left and QUICK VIEW on the right. The BROWSE WISHLIST font is fine (white on black background). The QUICK VIEW font is hidden and only shows up with hover and then the font goes red.
I would like the QUICK VIEW font appearance to be the same as the BROWSE WISHLIST
I currently have the following global css code regarding the pop up
.footer-product{background: rgba(0, 0, 0, .95)}
.footer-product a{ color:white !important}
.footer-product a{font-weight:bold !important}
.footer-product a:active{ color:white !important}
.footer-product a:hover{ color:#f2f2f2 !important}
Hello smariano,
please use following css code:
.show-quickly{
color:white;
font-weight:bold
}
Regards,
Stan Russell.
You must be logged in to reply to this topic.Log in/Sign up