Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author averta

    (@averta)

    Hi.
    ?I’m afraid that option is available for the font-size yet. We may add it to our list for future updates. depends on how many users need this.
    ?But for now, you can use the following CSS snippet as a solution:

    
    ?@media (max-width: 767px){
    selector {
       font-size:1em !important;
    }
    }
    

    ?Just select your text element and from the “options” tab, add it to the “Custom Style” section.
    ?The changes will be applied on the front-end of your website.

    • This reply was modified 2 years, 4 months ago by averta.

    +1 This is crucial.

    Plugin Author averta

    (@averta)

    Hi.
    ?I like to confirm that we have added this to our feature request list and it may be added to the Depicter slider in future updates. If we receive this request from most of the users.

    ?Thank you for your feedback.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘text size’ is closed to new replies.