Okay
  Public Ticket #2410494
How to edit Flickity carousel font size
Closed

Comments

  •  6
    Ali started the conversation

    Hi, 

    I'm using the Flickity carousel to display testimonials. Are you able to tell me how/where to reduce the font size for the testimonial text?

    Thanks!

  •  8,884
    Tahir replied

    Hey,

    Please provide the page url so that i can write up the custom css for whats possible.

    Thanks


    ThemeNectar Support Team 

  •   Ali replied privately
  •  8,884
    Tahir replied

    Hey Again,

    Add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):

    .nectar_single_testimonial {
        line-height: 28px;
    }
    .nectar-flickity.nectar-carousel.nectar-carousel:not(.masonry) .flickity-viewport {
        margin: 20px 0 40px 0 !important;
    }

    Thanks


    ThemeNectar Support Team