-
AuthorPosts
-
November 15, 2018 at 1:24 pm #1033934
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
November 15, 2018 at 1:53 pm #1033955Hi 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,
YigitNovember 15, 2018 at 1:54 pm #1033956i 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
November 15, 2018 at 1:57 pm #1033959by 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
November 15, 2018 at 2:06 pm #1033962Hey 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
November 19, 2018 at 2:57 am #1034968 -
AuthorPosts
- You must be logged in to reply to this topic.
