• Resolved jamie1gfg

    (@jamie1gfg)


    Any help on how to remove text that appears on second slideshow image at top of homepage:

    “Ready to begin your journey? Feel free to look around.”

    Any help would be appreciated!

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi,

    You can try to set the Slider text empty if you don’t want to have a text in the slider. Or if it’s not working, you can hide it using this CSS code below:

    
    .slide-item.slide-item-2 .text-slider {
        display: none;
    }
    

    Put the code to Customize > additional CSS.

    Thread Starter jamie1gfg

    (@jamie1gfg)

    Thank you that did it!! The slider didn’t show any text but it still showed on the page. Really appreciate your help!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Help with Sydney Header Slideshow’ is closed to new replies.