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

    Hi,
    i need to change the text-size of the special heading element that I putted in the hp.

    The word is “HEY!” and I need more big ex. 200px.

    I enabled the “Custom Css Class field” in the settings of the element and doesn’t work (I followed the tutorial here on kriesi).

    Please can you help me?
    Attached all the private data.
    Thanks,
    Rosa

    #685045

    Hi,

    did you add a name for the class in the field? There has to be name like “apple” then you go to the style.css and write:

    .apple {

    }

    what do you want to change? the height?

    Regards,

    Julien

    #685049

    Hey pinkabbestia!

    Please try adding following code to Quick CSS

    .rv-av-special-heading-tag h1 {
        font-size: 200px!important;
    }

    Best regards,
    Yigit

    #685121

    HI Yigit,
    thanks for the reply.
    I want to change only the .rv-av-special-heading-tag in the hp.
    is it possibile?

    #685123

    I tried and it works.
    Thanks Yigit.

    #685126

    Hey!

    You are welcome!
    For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
    And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
    For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)

    Best regards,
    Yigit

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Special Heading Custom CSS’ is closed to new replies.