Title: slider text/position
Last modified: August 31, 2016

---

# slider text/position

 *  Resolved [marienlucky](https://wordpress.org/support/users/marienlucky/)
 * (@marienlucky)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/slider-textposition/)
 * Thanks for the great help of the previous issues!
    I have more questions… Is 
   there a way to make text in slider smaller? And position of boxes/text in slider
   to be lower? This is too large and assailant for my needs [http://www.kefaliste.rs](http://www.kefaliste.rs)
   Thanks!

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

 *  Theme Author [WebHunt Infotech](https://wordpress.org/support/users/webhuntinfotech/)
 * (@webhuntinfotech)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/slider-textposition/#post-7245078)
 * Hi,
 * Put below CSS rules into Custom CSS Editor:
 *     ```
       #kyma_owl_slider .owl_slider_con {
           top: 75%;
       }
       .owl_text_a > span {
           font-size: 12px;
       }
       .owl_text_b > span {
           font-size: 14px;
       }
       ```
   
 * Save the changes.
 * **Note: You can increase/decrease font-size according your need.**
 * Thank You
 *  Thread Starter [marienlucky](https://wordpress.org/support/users/marienlucky/)
 * (@marienlucky)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/slider-textposition/#post-7245098)
 * Working great except font sizes…I changed it to something drastic like 6 and 
   8px to see if it’s working, but nothing happens…
    Position is perfect!
 *  Theme Author [WebHunt Infotech](https://wordpress.org/support/users/webhuntinfotech/)
 * (@webhuntinfotech)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/slider-textposition/#post-7245131)
 * Hi,
 * Try this
 * .owl_text_a span {
    font-size: 6px; } .owl_text_b span { font-size: 8px; }
 * Save the changes.
 * Thank You
 *  Thread Starter [marienlucky](https://wordpress.org/support/users/marienlucky/)
 * (@marienlucky)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/slider-textposition/#post-7245138)
 * noup 🙁 still the same
 *  Theme Author [WebHunt Infotech](https://wordpress.org/support/users/webhuntinfotech/)
 * (@webhuntinfotech)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/slider-textposition/#post-7245143)
 * Hi,
 * Use !important like this:
 * .owl_text_a span {
    font-size: 6px !important; } .owl_text_b span { font-size:
   8px !important; }
 * Save the changes.
 * Note: Please remove above CSS rules first which not working and use this.
 *  Thread Starter [marienlucky](https://wordpress.org/support/users/marienlucky/)
 * (@marienlucky)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/slider-textposition/#post-7245155)
 * Jeeeeee!
    Working Great! Many thanks
 *  Theme Author [WebHunt Infotech](https://wordpress.org/support/users/webhuntinfotech/)
 * (@webhuntinfotech)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/slider-textposition/#post-7245173)
 * Most Welcome.
 * Thank You

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

The topic ‘slider text/position’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/kyma/2.9.2/screenshot.jpg)
 * Kyma
 * [Support Threads](https://wordpress.org/support/theme/kyma/)
 * [Active Topics](https://wordpress.org/support/theme/kyma/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/kyma/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/kyma/reviews/)

 * 7 replies
 * 2 participants
 * Last reply from: [WebHunt Infotech](https://wordpress.org/support/users/webhuntinfotech/)
 * Last activity: [10 years, 2 months ago](https://wordpress.org/support/topic/slider-textposition/#post-7245173)
 * Status: resolved