how can i get the body text bigger than 40pt. there is only the setting to set it to max. 40pt but i need it 70pt. Thanks :) and i do not want ot use the special heading font because i want to change the color of some words in the text. take a look: the first line of word.
thank you so much, all the best from vienna, alex
Hi Alex,
Please go to Enfold theme options > Layout Builder and check “Show element options for developers” and then edit your text block element and give it a custom CSS class (“my-custom-class” in example below) and then add following code to Quick CSS field in Enfold theme options > General Styling tab
.my-custom-class .avia_textblock { font-size: 70px !important; }
Best regards,
Yigit
i guess the enfold options goes to : ID = color-default_font_size
line 2541 in register-admin-options.php
but this will only end up in css concerning to body tag like:
body, body .avia-tooltip {
font-size: 70px;
}
perhaps an !important is neccessary
by the way you can influence the p tag via advanced styling up to 80px
or do you only want to change some text block elements – than you can use Yigits css to have it specific
Hey Yigit. thanks. so simple.
i have added the class but it do not work :)
https://imgur.com/a/2VOguSq will this settings here overrule the 70px class ? because i do not want the 70px in smartphone view. ?
Greetings, all the best, alex