• Resolved karanjhanwer

    (@karanjhanwer)


    Hi,
    Is there a way to remove dates and comments from the Slider Image? Also, how to change font and color of the title on the slider image? Thank you 🙂

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

Viewing 1 replies (of 1 total)
  • AddWeb Solution

    (@addweb-solution-pvt-ltd)

    Hello karanjhanwer,

    Add below css code into your current active child theme’s style.css file or you can add additional css option in theme customizer.

    /**** Hide Data & Comment ****/
    .frontpage-slider .caption .date,
    .frontpage-slider .caption .read-more,
    .frontpage-slider .caption h2::befor {
      display: none;
    }
    
    /*** Slider Title Color ***/
    .frontpage-slider .caption h2 a {
      color: #efff54;
    }

    Hope this will helps you.

    Thanks.

Viewing 1 replies (of 1 total)

The topic ‘Remove date and comments from Slider Image’ is closed to new replies.