Topic Resolution: Resolved
  • Open
  • Daniel Lorenz
    Spectator
    October 26, 2019 at 1:42 pm #44315

    Hi,

    i try to change the font size settings for the H1 – H4 tags, but my settings are ignored by the thmeme.
    After saving there are no changes to see, too.
    Only the settings for the page title or page content are shown in real time in the preview.

    What can i do?

    Thanks in advance and greetings
    Daniel

    Evgeny
    Keymaster
    Posts: 988
    October 26, 2019 at 9:53 pm #44319

    Hi. Could you show an example? Access to the admin area would help and screenshots of where the problem is would help.

    Daniel Lorenz
    Spectator
    Posts: 9
    October 27, 2019 at 10:27 am #44322

    Hi and thanks for your answer.
    No problem, i’ve sent you both by email.

    Viktor
    Keymaster
    Posts: 61
    October 29, 2019 at 11:30 am #44336

    Hi, please delete this CSS code in file wp-content/themes/evolve-plus/style.css in bottom

    .post-content h1 {
        font-size: 3.428rem;
    }
    
    .post-content h2 {
        font-size: 2.571rem;
    }
    
    .post-content h3 {
        font-size: 2.142rem;
    }
    
    .post-content h4 {
        font-size: 1.714rem;
    }
    
    .post-content h5 {
        font-size: 1.571rem;
    }
    
    .post-content h6 {
        font-size: 1.285rem;
    }

    or update the theme to a new version, there it is already fixed

    Daniel Lorenz
    Spectator
    Posts: 9
    October 29, 2019 at 4:24 pm #44339

    I’ve Version: 2.9.8.6
    If i delete the CSS code, there is no change.

    Daniel Lorenz
    Spectator
    Posts: 9
    October 30, 2019 at 7:53 pm #44345

    I have been able to set the css via the custom css.
    Thanks for your help.

    Evgeny
    Keymaster
    Posts: 988
    October 31, 2019 at 8:14 am #44346

    Yes, sorry we didn’t suggest that – that works without a doubt, we were looking for a general solution, because this shouldn’t happen. We will soon update the theme and hopefully, the problem will go away and custom CSS will not be needed.