Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #315282

    I would like to control the font, size and color of the Slide Title with my Content Sliders.

    I would also like the Heading to be in all caps.

    Can you please send me the code to enter in the QuickCSS area of the General Styling area?

    Thakns

    #315507

    Hey John!

    Try adding this code to the Quick CSS:

    .avia-content-slider-inner .slide-entry-title{
    font-family: "Comic Sans";
    font-size: 12px;
    color: red;
    text-transform: uppercase;
    }

    Change as needed.

    Cheers! 
    Josue

    #315561

    Perfect. This can be closed!

    Thank you!

    #315587

    You are welcome, glad to help :)

    Regards,
    Josue

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Content Slider Font Control’ is closed to new replies.