I’m using the Savor theme. Those who’ve used it know it doesn’t have a built-in blogging option. Someone wrote some blogging code for me, but I can’t find that person anymore, so I need help.
Here are my requirements:
I want to customize the font for the blog section, or set it as the default website font.
Customize the font size.
Make the font format consistent across mobile and desktop.
Copy and paste the below code to base.css or theme.css
(max-width: 768px) {
.section-header__title {
font-size: 2.5rem !important;
}
}
This will fix the size of both default font. The font is already there but !important attribute will overwrite the mobile CSS and will make both the font size same.
Thank you for your reply. Your code is very effective, but I found another problem. The font of this section seems inconsistent with the font of my website, and their compactness is also inconsistent.
I wonder if you can help me see how to modify the extra space in this position. This is my FAQ page. This position has a large blank space whether it is on the mobile terminal or the PC terminal.
This is really giving me a headache. I wonder if you know how to adjust it.
Hi @Sunever How/where did you get the code for blog? Just finished editing a new theme and the last job was to add my two blogs only to find that there are no blog section to add. Most frustrating!