Slider Caption

Home Support eCommerce Gem Slider Caption

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #8429
    Anonymous
    Inactive

    Is it possible to disable the slider caption?

    #8430
    ProDesigns
    Keymaster

    Hi

    You can hide slider caption with CSS. Please go to Appearance >> Customize >> Additional CSS and add following CSS.

    .main-slider .item {
        padding: 250px 0px;
    }
    
    .main-slider .slider-caption {
        display: none;
    }

    Please change padding at first code as per your requirement. Hope this will work for you.

    Thank you.

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.