Home Forums Pro Themes Graduate Pro Change featured slider text

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #65985

    Hi,

    I’d like to change the featured slider to just show images with a key message, not the title/text from any page or post. Is there a way to do that?

    Kezia

    #66007
    wensolutions
    Keymaster

    Hello @keziacw,

    First of all thank you very much for using the pro version of the theme.

    The theme itself does not have the option to hide the title and text from the slider.

    However, it can be removed with some custom CSS from the slider.

    For this go to Admin panel > Appearance > Customize > Additional CSS and paste below given CSS.

    #main-slider .container {
        display: none;
    }

    Hope this helps.

    Best Regards!!

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