Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1101900

    Hi,

    how can I change the font-size of “Kunden-Empfehlung” (TESTIMONIALS)?
    And can I change the font-size for mobile view seperately? At the moment, the font-size on the smartphone is very large.

    Regards
    Anke

    #1101928

    In Quick CSS add
    /* All Mobile Sizes (devices and browser) */
    @media only screen and (max-width: 767px) {
    .avia-testimonial-name {font-size: XXpx;}
    }

    if not works you can add “!important”

    #1102030

    Hi,

    thanks for your answer, but it’s not working.

    What solution does the SUPPORT recommend?

    Regards
    Anke

    #1102168

    Hi Anke,

    Do you want to change the size of the testimonial text on mobile? If so then please try this in Quick CSS:

    @media only screen and (max-width: 767px) {
    .avia-testimonial-content p {
      font-size:12px;
    }
    }

    Best regards,
    Rikard

    #1102455

    Hi Rikard,

    thank you very much, it’s good.
    Before it was necessary to do the following:
    Deactivate file compression and select to delete the old CSS and JS files under Enfold->Performance

    Regards
    Anke

    #1102597

    Hi,

    Did you need additional help, or shall we close this topic?

    Best regards,
    Jordan Shannon

    #1102786

    Hi Jordan,

    you can close it.

    Regards
    Anke

    #1102940

    Hi Anke,

    We’ll be closing it then. :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Font-Size "Kunden-Empfehlung" (TESTIMONIALS)’ is closed to new replies.