-
AuthorPosts
-
December 14, 2018 at 12:06 pm #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,
EduardoDecember 14, 2018 at 2:03 pm #1045252Hi 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
MichaelDecember 14, 2018 at 3:39 pm #1045308Hi 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!
EduardoDecember 14, 2018 at 3:45 pm #1045310Hi Eduardo
I am sorry but to answer these questions I think you need to wait for a moderator to reply here.
Best
MichaelDecember 15, 2018 at 7:44 am #1045580Hi,
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,
RikardDecember 17, 2018 at 2:39 pm #1046309Hello 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,
EduardoPS. Thanks, Michael for your help, it’s been very helpful.
- This reply was modified 5 years, 11 months ago by edupuntoes.
December 21, 2018 at 4:33 am #1048005 -
AuthorPosts
- You must be logged in to reply to this topic.