Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #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 case

    see this image – it shows the text as uc/lc in admin yet the page displays in all upper case

    https://cabaritabeachfrontapartments.com.au/wp-content/uploads/2021/10/Screen-Shot-2021-10-21-at-4.22.27-pm.png

    #1325821

    Hey 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,
    Ismael

    #1325947

    sorry – 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 block

    I 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.png

    #1325960

    I 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.png

    I 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

    #1325980

    Hi,

    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,
    Rikard

    #1325981

    sorry – wrong password – see new private info

    #1326007

    Hi,

    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,
    Rikard

    #1326122

    brilliant – thank you !!

    #1326145

    Hi,

    Great, I’m glad that we could help. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

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