Title: Text issues
Last modified: January 14, 2021

---

# Text issues

 *  Resolved [jacynca](https://wordpress.org/support/users/jacynca/)
 * (@jacynca)
 * [5 years, 3 months ago](https://wordpress.org/support/topic/text-issues/)
 * Hi,
    I am looking for a way to change my text below image in the responsive slider.
   I want to change the color, size and have it center justified. How can I do that?
   Thanks
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Ftext-issues%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 3 replies - 1 through 3 (of 3 total)

 *  [Kevin Batdorf](https://wordpress.org/support/users/kbat82/)
 * (@kbat82)
 * [5 years, 3 months ago](https://wordpress.org/support/topic/text-issues/#post-13909939)
 * Hi,
 * You can add standard CSS to get that working. For example, to make the text red:
 *     ```
       .metaslider .caption {
           color: red!important;
           text-align: center!important;
           font-size: 2em!important;
       }
       ```
   
 *  Thread Starter [jacynca](https://wordpress.org/support/users/jacynca/)
 * (@jacynca)
 * [5 years, 3 months ago](https://wordpress.org/support/topic/text-issues/#post-13923182)
 * Hi,
    Thank you for that. When I have the text larger the spacing between lines
   is too close. How can I fix that.
 *  [Kevin Batdorf](https://wordpress.org/support/users/kbat82/)
 * (@kbat82)
 * [5 years, 3 months ago](https://wordpress.org/support/topic/text-issues/#post-13933230)
 * Hi,
 * There’s also a CSS property called “line-height” you can try adding.
 * [https://developer.mozilla.org/en-US/docs/Web/CSS/line-height](https://developer.mozilla.org/en-US/docs/Web/CSS/line-height)

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Text issues’ is closed to new replies.

 * ![](https://ps.w.org/ml-slider/assets/icon.svg?rev=2771717)
 * [Slider, Gallery, and Carousel by MetaSlider - Image Slider, Video Slider](https://wordpress.org/plugins/ml-slider/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/ml-slider/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/ml-slider/)
 * [Active Topics](https://wordpress.org/support/plugin/ml-slider/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/ml-slider/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/ml-slider/reviews/)

## Tags

 * [edit text](https://wordpress.org/support/topic-tag/edit-text/)

 * 3 replies
 * 2 participants
 * Last reply from: [Kevin Batdorf](https://wordpress.org/support/users/kbat82/)
 * Last activity: [5 years, 3 months ago](https://wordpress.org/support/topic/text-issues/#post-13933230)
 * Status: resolved