-
AuthorPosts
-
October 21, 2021 at 7:35 am #1325810
Hi
I have changed the font settings for all headings in Advanced Styling to be “text transform””none” in case – so they should be displaying as upper & lower casesee this image – it shows the text as uc/lc in admin yet the page displays in all upper case
October 21, 2021 at 8:38 am #1325821Hey smarta-brett,
Thank you for the inquiry.
Looks like you are using a special heading element for the post title. You may need to adjust it with custom css if the advanced styling options are not working.
#top #wrap_all .all_colors h1, #top #wrap_all .all_colors h2, #top #wrap_all .all_colors h3, #top #wrap_all .all_colors h4, #top #wrap_all .all_colors h5, #top #wrap_all .all_colors h6 { text-transform: none; }
If you are using the default editor, you can adjust the title in the single post page by adding this code in the Quick CSS field.
.html_elegant-blog #top .post-entry .post-title, .html_elegant-blog .avia-content-slider .slide-entry-title { text-transform: none; letter-spacing: 0; }
Please toggle or temporarily disable the Enfold > Performance > File Compression settings after adding the css code.
Best regards,
IsmaelOctober 21, 2021 at 9:57 pm #1325947sorry – that first lot of css had no effect
I am using the Advanced Editor (so did not try the 2nd set)
The text is not set to any “special” heading – it is just H2
when I set the text back to “paragraph” it shows as uc/lc but when I change it back to H2 it still goes all caps
same if I add a new text blockI have tried it with Enfold > Performance > File Compression settings turned on and off
I also tried to set H2 and a different colour and that did not take effect either
see attached to show how the fonts are set
https://cabaritabeachfrontapartments.com.au/wp-content/uploads/2021/10/Screen-Shot-2021-10-22-at-6.50.06-am.pngOctober 22, 2021 at 3:33 am #1325960I just inspected the code and saw that there is a Uppercase transformation
see this image where I have turned it off and the font is rendering correctly
https://cabaritabeachfrontapartments.com.au/wp-content/uploads/2021/10/Screen-Shot-2021-10-22-at-12.26.43-pm.pngI do not know where this is coming from – there seems to be no CSS anywhere I can see that would be causing it
– there is still the css code you sent to me in the custom css area & I have removed any customising that was done in the Advanced Styling
October 22, 2021 at 6:15 am #1325980Hi,
Thanks for the update. I tried logging into your site to check your settings, but the WordPress details are not working. Please check and verify.
Best regards,
RikardOctober 22, 2021 at 6:17 am #1325981sorry – wrong password – see new private info
October 22, 2021 at 9:11 am #1326007Hi,
Thanks for that. You had a missing curly bracket in Quick CSS, I fixed that for you, and your theme settings are applying now. Please review your site.
Best regards,
RikardOctober 22, 2021 at 10:43 pm #1326122brilliant – thank you !!
October 23, 2021 at 7:38 am #1326145 -
AuthorPosts
- You must be logged in to reply to this topic.