• Is it possible to only show image in slider and not the text and remove the view more button? If not, can the text font/color be changed? Nice theme by the way

Viewing 1 replies (of 1 total)
  • Hello @lpsnyder,

    For remove slider text and view more button –
    Go to Appearnce -> Customize -> Additional CSS -> Paste the given CSS in Additional CSS box and save.

    .slider-info {
        display: none;
    }

    For change text color – paste the given CSS in Additional CSS box and save.

    .slider-info h3, .slider-info p {
        color: #153e4d;
    }

    Change color code as per your requirement.

    Thank You

    Regards

    Team MWA

Viewing 1 replies (of 1 total)
  • The topic ‘Remove Text from Slider’ is closed to new replies.