Hi @lighthope, you need to make a CSS change to your Child Theme. Contact the Theme author of News Mix Lite who might guide you on what CSS styling snippet you need to make to your Child Theme within /wp-content/themes/news-mix-lite-child-green/style.css
https://wordpress.org/themes/news-mix-lite/
Try this custom css in /news-mix-lite-child-green/style.css:
.woocommerce ul.products li.product .woocommerce-loop-product__title {
color:#000;
font-size: 16px;
line-height:18px;
}
Works here. Did you put it at the end of: /news-mix-lite-child-green/style.css? There is a close bracket } missing after:
.kopa-single-2 .entry-view {
color: #01a000;
about 2/3rds along, which means the rest of that file is not being parsed.
Try copying and pasting that file into here:
http://jigsaw.w3.org/css-validator/validator
and mess with it until it validates.
Otherwise, please put the snippet back in the page so I can debug it.
Still no joy.
Did you put it at the end of: /news-mix-lite-child-green/style.css?
Yes, it is at the end of /news-mix-lite-child-green/style.css
There is a close bracket } missing after:
.kopa-single-2 .entry-view {
color: #01a000;
I have added the close bracket.
Try copying and pasting that file into here:
http://jigsaw.w3.org/css-validator/validator
and mess with it until it validates.
It generally seems to validate. It has a few warnings, but otherwise okay.
Otherwise, please put the snippet back in the page so I can debug it.
I have do so. If you could take a look at it, that would be great. Ultimately I am just guessing at the code.
I can bring up the new version of /news-mix-lite-child-green/style.css and I can see the new css at the end of it – ok.
However, your server is sending the page with the old version of the stylesheet without the new css. The stylesheet is not being cached by the browser. Do you or your host have a cache plugin or cache service running? Can you flush it?
Otherwise try putting the new style at:
Dashboard > Appearance > Customise > Additional CSS
However, your server is sending the page with the old version of the stylesheet without the new css. The stylesheet is not being cached by the browser. Do you or your host have a cache plugin or cache service running? Can you flush it?
I have purged everything that I can find to purge. I’ve purged so much I could be a runway model. lol
I have also disabled the Litespeed cache for the time being.
The server is now sending the correct stylesheet and the style is working. You may need to flush your browser cache again.
I don’t think you get this hassle with styles at:
Dashboard > Appearance > Customise > Additional CSS
The server is now sending the correct stylesheet and the style is working. You may need to flush your browser cache again.
It is working now. Thank you for the help. (Sorry for the late reply.)