Tagged: 

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

    Hi,
    is it possible to link more as 90px (up to 100px) in the special heading of Avia Layout?

    thanks
    evabo

    #369092

    Hey evabo!

    Are you trying to change the font size of the special headings? If so then you can use this CSS.

    h1.av-special-heading-tag {
        font-size: 90px !important;
    }
    h2.av-special-heading-tag {
        font-size: 80px !important;
    }
    

    Cheers!
    Elliott

    #369116

    Hi Elliot,
    thank you for your fast answer and the best support ever see…

    But I mean the possibility to change the heading size in the content element: special heading window.
    There is a stop to 90 px. I need in a lot of different sites sometimes little bit more (95-100px).

    Cheers!
    evabo

    #369181

    Hey!

    The special heading element does not have a pixel value option so I’m not sure I understand. Send us a link and take a screenshot highlighting what your trying to do so we can get a better idea.

    Regards,
    Elliott

    #369443
    This reply has been marked as private.
    #369691

    Hi!

    Oh I see. Try doing this, http://kriesi.at/documentation/enfold/custom-css-and-quick-css/, and then add a class to the heading of “size_100” or something similar and then add this to your custom CSS.

    .size_100 > * { font-size: 100px !important; }
    

    For the parallax try adding this to the Section ID option, “center_me”, and then add this to your custom CSS.

    #center_me {
        left: 10% !important;
        width: 80% !important;
    }

    Best regards,
    Elliott

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