Change font of product image pop up - by smariano

This topic has 2 replies, 2 voices, and was last updated 8 years ago ago by Stan Russell

  • Avatar: smariano
    smariano
    Participant
    March 22, 2016 at 00:07

    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}

    1 Answer
    Avatar: stan
    Stan Russell
    Participant
    March 22, 2016 at 08:10

    Hello smariano,

    please use following css code:

    .show-quickly{
    color:white;
    font-weight:bold
    }

    Regards,
    Stan Russell.

  • Viewing 2 results - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.