How to change CSS of related

Posted in: Newspaper
Post count: 200

Hi guys,

I need some help. Please have a look at this page: bit.ly/2y6XWzu
I need to make the style of the titles under ПОДОБНИ ПРОДУКТИ (these are Up sale products) the same as the style of the titles under ВИЖТЕ ОЩЕ. Currently something is wrong. The titles under ПОДОБНИ ПРОДУКТИ have a black background and when you hover them, the letters become black too.
I never changed anything on the style of any of both. Can you tell me what to add to the theme panel custom css or style.css in order to fix this?

As always thank you for your time and support!

Post count: 20688

Hi,

That is an unusual issue. This code should resolve the problem however
https://www.screencast.com/t/eQyIuRNT

.single-product .product .upsells h2 {
background-color: transparent;
}
.woocommerce .product .woocommerce-loop-product__title {
color: #000!important;
}

Thanks

Post count: 200

As always – big thanks, Simion! It works on my end.

Cheers

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