• Hi,

    How do you remove the description from showing on the Front Page Slider Area?

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Hi,

    For removing the description, can you go to the Appearance > Customize > Additional CSS in the dashboard and insert the code mentioned below:

    .slider-caption-wrapper .slider-content{
    	display: none;
    }

    Thanks.

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