• Resolved CNeira

    (@kaenz)


    Hello, I have a question about the order of the catalog in thumbnails, I chose a background color but when I above without even clicking it changes to gray, with what option or css code I could change it.

    Thank you

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello kaenz,

    That is happening because the catalogue contains CSS on hover of the div that contains your Thumbnail. In order to change that you could overwrite it using custom CSS, or if you could provide us the link to your site, we might be able to give you the CSS you need. For instance, you could try using the following CSS in the Custom CSS box in the selected catalogue from the list Under the Catalogues Tab in the plugin Dashboard:

    .upcp-thumb-item:hover {
    background: none;
    }
    

    Best regards,

    Thread Starter CNeira

    (@kaenz)

    It works thank you!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Thumbnails click color’ is closed to new replies.