Upsell items and color theme setting?

Posted in: Newspaper
Post count: 8

I have an issue with all upsell items and located at below is one of the URL’s.
http://www.soundqubed.com/product/soundqubed-decal-bundle/

If you hover over the upsell items in the list, the text color almost matches the background color.
I’ve made a custom CSS file and posted it below which does work on our test site, but wanted to know if any
theme option is available to modify the upsell font theme color, so I do not need to use the custom CSS or is
this the preferred method to fix this issue. I had read previous posts that some resolutions were using the Custom
CSS to fix the issue.

———————START CUSTOM CSS SNIP—————————————-
.woocommerce-loop-product__title:hover
{
color: #FFFFFF !important;
}

.woocommerce-loop-product__title
{
color: #FFFFFF !important;
}
———————END CUSTOM CSS SNIP——————————————

Post count: 18283

Hello !

For this you will have to use CSS. Newspaper theme is only compatible with Woocommerce but all the modifications you want to add will require css.

Thank you !

Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newspaper’ is closed to new topics and replies.