How do I change the font sizes of the slider text please? (the white text on top of the images)?
Hey larineka,
Try this code in the General Styling > Quick CSS field:
.aviaccordion-preview-title h3.aviaccordion-title {
font-size: 40px !important;
}
.aviaccordion-preview-title .aviaccordion-excerpt {
font-size: 30px !important;
}
Please adjust to suit, the top one is the title, and the bottom is the excerpt.
Best regards,
Mike