Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #833865

    Hello,

    Whether I add CSS code, for example making the h2 tag not all capital letters with this code:

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

    they are no longer all capital in desktop view, but continue to be all capital letters in mobile view

    Same problem if i use your “advanced styling” customizer in theme options, I had made some font changes to my website full screen slider/banner text, and it displayed correctly on desktop, while in mobile the changes do not take effect (see attached photo). Right now i’ve reversed all the full screen banner/slider text changes because it looks bad on mobile this way

    View post on imgur.com

    View post on imgur.com

    #835285

    hello,

    did you get a chance to read my topic,

    thanks

    #836128

    Hi,

    Thank you for using Enfold. And we are very sorry for the late response.

    Please use a more specific selector for the heading tag. Example.

    div .slideshow_caption h2 {
        text-transform: none;
    }

    Best regards,
    Ismael

    #836240

    hi,

    this does not answer my question

    first and foremost, how do i get h2 headings in pages and posts to be not all capital letters, when i use the following css code it only works for desktop view, why???

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

    #836750

    Hi,

    I’m not sure why it’s doing that, though it seems like it only happening with the header on your form? Is that correct?

    Best regards,
    Rikard

    #836855

    No, same issue in all my pages and posts, see attached screenshot

    It doesn’t matter if i used the CSS code or the advanced styling in theme options, i get same result: the headings are still capital letters in mobile, while they are now correct in desktop

    I’ve provided my wp login and FTP detail earlier, please help

    View post on imgur.com

    View post on imgur.com

    • This reply was modified 7 years, 3 months ago by zohar2014.
    #837699

    Hi,

    I thought you’re referring to the heading in the slider caption because of the previous screenshot. Please use the following css code instead.

    .template-page .entry-content-wrapper h1, .template-page .entry-content-wrapper h2 {
        text-transform: none;
        letter-spacing: 1px;
    }

    Best regards,
    Ismael

    #837783

    I have replaced with your ccs code, and the page/blog headings are still all capital letters in mobile

    please help

    #837863

    Hi there!

    I took the liberty of logging in and checking your code. There was a missing } in your Quick CSS that was preventing Ismael’s code from working. Perhaps it was a copy-paste error? :) It was an easy fix, though! The page/blog headings are now capitalized (as opposed to all uppercase).

    Please let us know if you encounter other issues.

    Best regards,
    Sarah

    #837922

    thanks it works now

    #837978

    You’re welcome!

    Please don’t hesitate to open a new thread if you have other questions.

    For your information, you can also take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/

    We’d also appreciate it if you can take a moment to review our theme if you haven’t already. https://themeforest.net/downloads

    Thank you for using Enfold.
    Cheers!
    Sarah

Viewing 11 posts - 1 through 11 (of 11 total)
  • The topic ‘Font style changes not displaying in mobile’ is closed to new replies.