• Resolved sal5051

    (@sal5051)


    Is there any way to position the text on the featured slider on the homepage so that it’s not always in the middle? Or make the font smaller?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi there,

    Thank you for getting in touch with us.

    Please add the following code to Appearance → Customize → Additional CSS:

    .frontpage-slider .caption {
        text-align: left;
    }
    
    .frontpage-slider .caption h2:before {
        left: 0;
        margin-left: 5px;
    }

    It should align text in the slider to the left.

    Hope that helps. Thank you for your time in this.

    Best regards

    Thread Starter sal5051

    (@sal5051)

    Thank you. And is there a way to not show the title at all?

    Theme Author lyrathemes

    (@lyrathemes)

    .frontpage-slider .caption h2 {
    display:none;
    }
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Slider Text’ is closed to new replies.