• Resolved marienlucky

    (@marienlucky)


    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
    https://www.kefaliste.rs
    Thanks!

Viewing 7 replies - 1 through 7 (of 7 total)
  • Theme Author WebHunt Infotech

    (@webhuntinfotech)

    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

    (@marienlucky)

    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

    (@webhuntinfotech)

    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

    (@marienlucky)

    noup ?? still the same

    Theme Author WebHunt Infotech

    (@webhuntinfotech)

    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

    (@marienlucky)

    Jeeeeee!
    Working
    Great!
    Many thanks

    Theme Author WebHunt Infotech

    (@webhuntinfotech)

    Most Welcome.

    Thank You

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘slider text/position’ is closed to new replies.