• Resolved rbusch

    (@rbusch)


    Is there a way to remove the slider buttons (e.g. the ‘Learn More’ button)?

    Or even better is there a way to move placement of those buttons?

Viewing 4 replies - 1 through 4 (of 4 total)
  • Theme Author Level9themes

    (@level9themes)

    To align the slide content to the left, apply the following styles

    #slides article{
        text-align:left!important;
        padding-left: 40px!important;
    }

    You can hide the buttons using css

    #slides article a.btn{
       display: none!important;
    }
    erwiti

    (@erwiti)

    Hi
    Could you please tell me where do i have to put theses changes
    Thank you

    zrimas

    (@zrimas)

    Hi. What is better way to move slider text to bottom?

    zrimas

    (@zrimas)

    Erwiti
    apperance>editor>style.css

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Remove slider button’ is closed to new replies.