Hey,
ich würde gerne andere Schriftgrößen für die Texte in meinen Blog-Einträgen verändern. Der Content der restlichen Website soll sich dabei nicht verändern.
Ich würde gerne die H1, H2 und den Fließtext in anderen Schriftgrößen darstellen.
Habt ihr einen CSS Code für mich, um das umzusetzen?
Vielen Dank!
Hey lauragrashoff,
Thank you for the link to your site, try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field and adjust the font sizes to suit:
#top.single-post #wrap_all #main .container_wrap_first h1 {
font-size: 60px;
}
#top.single-post #wrap_all #main .container_wrap_first h2 {
font-size: 30px;
}
#top.single-post #wrap_all #main .container_wrap_first p {
font-size: 20px;
}
After applying the css, please clear your browser cache and check.
Best regards,
Mike
Wow so quick! Thank you so much it works :)
Hi,
Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.
Best regards,
Mike