Hi!
The fontsizes of my blog-pages are to small (eg. http://www.webinartrainer.eu/webtraining-bildhafter-gestalten/)
How can I edit this? Please explain it for beginners “step by step”
All these lines should be bigger (same size like standard text):
“Sofie Klein says: (Bearbeiten)
18. Januar 2016 um 19:40
Vielen Dank für dieses schöne nachweihnachtliche Weihnachtsgeschenk!
Antworten”
Hi WRonald!
You can increase the general font size in Dashboard > Enfold > General Styling > Fonts.
Best regards,
Elliott
Hi Elliott,
sorry I was not clear enough:
I want to change the fontsize of the comments-section – these fonts are to small (eg. http://www.webinartrainer.eu/webtraining-bildhafter-gestalten/)
How can I edit this? Please explain it for beginners “step by step”
All these lines should be bigger (same size like standard text):
“Sofie Klein says: (Bearbeiten)
18. Januar 2016 um 19:40
Vielen Dank für dieses schöne nachweihnachtliche Weihnachtsgeschenk!”
Best wishes,
Ronald
Hey!
Try adding this code to the Quick CSS:
#top .comment_text,
#top .comment-header,
#top .comment a{
font-size: 18px;
}
Cheers!
Josue
Hi!
Works great!
Are the quick-CSS changes lost after an enfold-Update? Do I need to create a child-theme?
Best wishes,
Ronald
Hi!
As long as you keep the theme name same, theme options would be safe.
However, using a child theme always a good idea. You can copy your custom CSS code into style.css file of your child theme
Best regards,
Yigit
ok. great!