• 1. Does anyone know the properties associated with the “Quick View” button? I am interested in increasing the size of the button to match the existing selection button.

    2. Does anyone know how to locate where the hover color is located. My button changes to a dark pink (probably because I used a similar color elsewhere) whenever I hover.

Viewing 1 replies (of 1 total)
  • Thread Starter morganelite

    (@morganelite)

    I was able to modify the css for the hover using the following code, but after clicking the quickview button the hover color stays until the focus is changed to another quickview button.

    .woosq-btn:hover {
    color: white !important;
    background-color: #ff007847;
    }

    • This reply was modified 3 years, 2 months ago by morganelite.
Viewing 1 replies (of 1 total)
  • The topic ‘Size & Color’ is closed to new replies.