Hi!
I would like to customize the font size of the blog titles, with different sizes for 1-column, 2-column and 3-column grid. How do I address these in style.css? They all seem to be “.entry-content-header”.
Regards
Poirot
Hi Poirot!
Please add following code to Quick CSS
/* 3 columns */
.av_one_third .slide-entry-title {
font-size: 20px;
}
/* 2 columns */
.av_one_half .slide-entry-title {
font-size: 18px;
}
/* 1 column */
.av_fullwidth .slide-entry-title {
font-size: 16px;
}
Cheers!
Yigit
Hi Yigit!
Working smoothly! Thank you!
Regards,
Poirot
Hi!
Glad we did short that ouy for you!
Please do not hesitate to ask us if you need anything else!
Cheers!
Basilis
What’s the CSS for the categories, I’m trying to make them smaller