Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1330024

    I want to change the font-size of a special heading block, but somehow it gets overwritten somewhere. Please advice …

    First I tried to change the h6 heading size in the enfold advanced setting, didn’t word.

    Then I tried the developr-id:
    I’m using h6 heading to the special heading, a developer-id in the Erweitert Section of the block (formheading) and I’m using the custom css code:

    #top .formheading h6 {
    font-size: 30px !important;
    }

    But still the font-size shows up with 55px.

    What am I missing?

    #1330030

    Hey,

    Thanks for contacting us!

    Logins did not work for me. Could you please check them once again? :)

    Regards,
    Yigit

    #1330045

    Please try again – should work now …

    #1330075

    Hi,

    Thanks for the update. Since you added an ID, then you have to use the # in front of the ID, not a period. I changed your code to this:

    #top #formheading h6 {
            font-size: 30px !important;
    }

    And it working, please review your site.

    Best regards,
    Rikard

    #1330089

    Perfect, thanks a lot.

    #1330108

    Hi,

    Glad Rikard could help! :)

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

    If you have any other questions or issues, feel free to start a new thread under Enfold sub forum and we will gladly try to help you :)

    Enjoy the rest of your day!

    Best regards,
    Yigit

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Change font size of special heading’ is closed to new replies.