• I would like to simply remove the read more button from the slider.
    Because I cannot link it to the pages I want, I want it gone.

    How can I do that ? If I simply remove the text, the button is still here.

    Thank you for your help,

    Best regards

    • This topic was modified 4 years, 5 months ago by masig13.
Viewing 1 replies (of 1 total)
  • Hello @masig13,

    I have noted down this to be fixed on the next update release of the theme.

    Anyway, for the quick fix, you can add below custom CSS via Dashboard > Appearance > Customize > Additional CSS.

    .banner .text .btn-learn {
        display: none;
    }

    You can remove the CSS after the theme update.

    If you have any further questions, please let us know.

    Thank you.

Viewing 1 replies (of 1 total)
  • The topic ‘Remove read more button’ is closed to new replies.