Tagged: Avia Layout
Hi,
is it possible to link more as 90px (up to 100px) in the special heading of Avia Layout?
thanks
evabo
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
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
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
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