Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #898086

    How do I change the font sizes of the slider text please? (the white text on top of the images)?

    #898291

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.