Hello there,
I've setup SJ Flower Store and while I'm making content I figured out some problmes.
On front page at the top in slide-show position is SJ VM SLICK SLIDESHOW module where are some items from Virtuemart present.
There is problem with Title font size wich is way to big - Where can I change size of that font.
I have found css in mod_sj_vm_slickslider/assests/css
.slick-slider .side-info .item-title {
padding: 20px 20px 0;
font-weight: bold;
font-size: 16px;
line-height: 12px;
color: #FFFFFF;
}
.slick-slider .side-info .item-title a {
font-weight: bold;
font-size: 16px;
line-height: 12px;
color: #FFFFFF;
}
But when I change font size so smaller nothing happen in frontpage and Title is still big.
Other problem is that in same modue Title is using Google font (Oswald) and I have problem with encoding chars in my lang like ČŽŠčžš.
Where can I add or change encoding or set subset like I read on googlefont page in manual:
Thanks for any help.
Regards,
Ludvik