Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #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

    #1033955

    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

    #1033956

    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

    #1033959

    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

    #1033962

    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

    #1034968

    Hi,

    Yes, it will probably override the custom css modification. Do you have a test page where we can check this? You can also use additional css media queries to adjust the font size on mobile view.

    Best regards,
    Ismael

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