Hey,
ich habe momentan das Problem,dass ich die Schriftgröße des Titels und des Auszugs nicht ändern kann.Mobil wird dieser viel zu groß angezeigt.
Mit freundlichen Grüßen
Hey TimPferdekaemper,
Please try the following in Quick CSS under Enfold->General Styling:
@media only screen and (max-width: 767px) {
.post-title a {
font-size:16px !important;
}
}
Best regards,
Rikard
Thank you it worked for the title. But how can i change the size of my excerpt `?
Hi,
Do you need to adjust that for mobile only as well? If so then please try this in Quick CSS:
@media only screen and (max-width: 767px) {
.read-more-link {
font-size:12px !important;
}
}
Best regards,
Rikard
Hi,
Thanks for the clarification, please try this instead:
@media only screen and (max-width: 767px) {
.page-id-244 .entry-content {
font-size:16px !important;
}
.page-id-244 .post-meta-infos * {
font-size:12px !important;
}
}
Best regards,
Rikard
Everything is fine now thank you very much
Hi TimPferdekaemper,
Glad we could help :)
If you need further assistance please let us know.
Best regards,
Victoria