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
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”
Hi,
thanks for your answer, but it’s not working.
What solution does the SUPPORT recommend?
Regards
Anke
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
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
Hi,
Did you need additional help, or shall we close this topic?
Best regards,
Jordan Shannon
Hi Jordan,
you can close it.
Regards
Anke
Hi Anke,
We’ll be closing it then. :)
Thanks for using Enfold and have a great day!
Best regards,
Nikko