So far I can only select 8 -10-12-14-18-24-36 but I would like to be able to select a very large one such as 80 etc.
How can I integrate them there?
Bisher kann ich nur 8 -10-12-14-18-24-36 anwählen ich möchte aber eine sehr große wie zb. 80 und andere individuell auch anwählen können.
Wie kann ich diese dort integrieren?
Thx / Danke
Hey p-force,
Well, it can be done with the css.
Could you please give us a link to your website, we need more context to be able to help you.
Best regards,
Victoria
Hi p-force ,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
@media only screen and (min-width: 1024px) {
#top .avia_textblock h1 {
font-size: 80px !important;
}
}
If you need further assistance please let us know.
Best regards,
Victoria