Log in Sign up

Choose different fonts for blog posts and site title/site menus

I'm new to Blot and have a question regarding font customization.

I'd like to use different fonts for my blog posts (incl. blog title and body) and the title & menus of the blog. I forked an existing template but the font picker applied the new font to all the text in the blog. I dug around the source code but couldn't figure out how to achieve it.


a year ago, 1 replies   developers   Edit question

Are you comfortable working with CSS/HTML?

If not, you will need to use the web inspector on your browser to solve this problem. It will help you identify the CSS rules which apply to a given element on a webpage. In your case, you'll want to use it to determine which CSS rules affect say the title. To do this, you'll want to use 'Inspect element'.

Then you'll open up your template's CSS file, e.g. style.css and modify the corresponding rules. If you're using the blog template, the CSS rule which affects the title is in line 160

Please let me know if you have any questions about this or anything else

Answered a year ago ยท Edit answer