Hi everyone, been searching around google and found lots of information about creating custom CSS. I am using a CSS module by Sumytoo and appears to work.
I'm having trouble editing the product tile font and I'd love someone just to lookover my CSS to ensure Im on the right track.
I'm using the chrome visual CSS editor to get the css information, after many hours I realised I had to clear shop cache to see my changes.
Anyway I can get the background colour to chanhe but no luck in changing the font for product title, is the syntax correct in what I'm doing:
#wrapper{ background-color:#1d1515 !important; } - This works
.featured-products .products-section-title{ font-family:'Bree Serif', serif !important; } - This doesnt work
What am I doing wrong, thanks in advance.