Hi
I would like to change the size of de H1 headline to 30 on phone screens, but only those in the color sections at the top of each portfolio page. Is that possible?
Best regards, Ditte
Hey dittefrandsen,
Please try the following in Quick CSS under Enfold->General Styling:
@media only screen and (max-width: 479px) {
.single-portfolio #av_section_1 h1.av-special-heading-tag {
font-size:30px !important;
}
}
Best regards,
Rikard
Hi Rikard
It works Perfecto, Thanks so much 😊
Best regards, Ditte
Hi,
I’m glad Rikard was able to help. If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon