Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #1045218

    Hello,

    I’ve noticed that some design elements have changed on my website since the last WP 5.0 update.

    Changes are these below:
    – All titles (h1,h2,h3,h4…) have changed to Uppercase. When I check them out on the editor, they are set to lowercase but if you see front end they are all Uppercase.
    – The logo and header are bigger and it has a thin border below the menu.
    – The advanced editor has a huge code block at the top of every page with all the page code. See attached screen capture.

    How can I fix all this?

    Thanks and Best Regards,
    Eduardo

    #1045252

    Hi Eduardo

    To change the titles back to normal (not uppercase), just add the following code to your Quick CSS field:

    h1, h2, h3, h4 {
    text-transform: none !important;
    }

    Unfortunately I can’t see the attached screen capture, but as for the code block visible I suggest installing the Classic Editor Plugin (if you don’t like Gutenberg).

    Cheers
    Michael

    #1045308

    Hi Michael,

    Thanks for your quick reply. My question is, why before updating to WP 5.0 titles where not UPPERCASE by default and now they are by default UPPERCASE? Is there a way to deactivate this feature without using CSS (I preffer not to load css)

    Thanks!
    Eduardo

    #1045310

    Hi Eduardo

    I am sorry but to answer these questions I think you need to wait for a moderator to reply here.

    Best
    Michael

    #1045580

    Hi,

    You can set the behaviour of your header under Enfold->Advanced Styling, or use custom CSS:

    h1, h2, h3, h4, h5, h6 {
      text-tranform: none;
    }

    Best regards,
    Rikard

    #1046309

    Hello Rikard,

    Thanks for your comments. If I check Advance Styling section, All my headers are configured as default, and before the update, this meant that text was normal behaviour (no uppercase). I don’t understand what is changing the behaviour of my headers if this section is by default.

    I’m sharing a user and website in private area so you can check it out by yourself.

    Thanks for your help

    Best,
    Eduardo

    PS. Thanks, Michael for your help, it’s been very helpful.

    • This reply was modified 5 years, 10 months ago by edupuntoes.
    #1048005

    Hi,

    Thanks for the update.

    You have to upgrade the theme to version 4.5.2 to get the Gutenberg fixes. Please get back to us after the theme update.

    Best regards,
    Ismael

Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.