I would like changing the font in the titles of vignettes (thumbs) for the portfolio, how I have to make ?
thank you
I would like changing the font in the titles of vignettes (thumbs) for the portfolio, how I have to make ?
thank you
Hi,
You can add this code to the bottom of your custom.css or add it to quick css located in backend > Angular > Theme Options > Settings ... the text area on the bottom. This is your current settings. Just change the font family to some other family your like better.
#top .portfolio-title {
font-family: "Georgia", "Times New Roman", Helvetica, Arial, sans-serif;
}
Here is a list of web safe font families. http://www.w3schools.com/cssref/css_websafe_fonts.asp
Thanks,
Nick
thank you, it's perfect ;)
Hi davidoffski,
Glad that Nick helped you. :) I've marked this as resolved.
Cheers,
Ismael
This topic has been closed to new replies.