Tagged: font, portfolio grid
Hello again,
Thanks for all your help!
How do I change the SIZE of the text on the body of my site? I see under Theme Options > Styling that I can change the font itself, but where can I make it bigger/smaller?
Cheers.
Hey NaturaIntegrativeMedicine!
Please add following code to Quick CSS in Enfold theme options under Styling tab
body { font-size: 16px; }
as written here http://kriesi.at/documentation/enfold/change-the-default-font-size/
You can take a look at new Enfold documentation here http://kriesi.at/documentation/enfold/
Regards,
Yigit
Hi
I am new to css but learning. I have a couple of questions:
>I would like to change the font & font size of the titles in the thumbnails of the portfolio grid.
I added this to the quick css but don’t see the change, and need to also change the font.
.slideshow_container .portfolio-title .main-title{
font-size: 25px !important;
}
?
thanks