Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1461255

    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!

    #1461259

    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

    #1461261

    Wow so quick! Thank you so much it works :)

    #1461262

    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

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Blog font size’ is closed to new replies.