Okay
  Public Ticket #2748835
Smaller Text Size Testimonials on mobile
Closed

Comments

  • Raphael started the conversation

    Hi,

    how do I get the font size smaller on the smartphone of the Testimonial Slider? 

    Thank you!

  •  8,403
    Tahir replied

    Hey Again,

    Add this into the Custom CSS box in your Salient Theme Options panel (We write all Custom CSS in the Live Browser to ensure accuracy. If you cannot see any changes, make sure there is no red cross in the Custom CSS Box as any syntax error would cause all CSS under that line of code to not show up on the Frontend):

    @media only screen and (min-width: 1px) and (max-width: 999px) {
        .testimonial_slider blockquote p {
            font-size: 18px !important;
            line-height: 25px !important;
        }
    }

    Thanks


    ThemeNectar Support Team