How to remove text box form featured slider in Travelify

I realized that this is what it does, but again, i can’t delete that text box from the banner slider… :frowning: Could you help me?:smiley: Tx alot

In style.css file located in the theme folder. You should find .featured-text

And add display: none; on the list of other styling options.

Style.css can be edited via any text editor or by accessing wordpress dashboard → Appearance → Editor.

Or just add This to Theme Options - Other - Custom CSS

.featured-text {
	display: none;
}

IT WORKED! Tx alot. You did a great job with the theme! If i could give you another 5 stars…. :smiley:

Sorry, That Code is not working now, can you help me to fix this error?

@kitaro207 This is old topic and to help us keep support thread separates could you please create your own thread for your question here https://colorlibsupport.com/c/travelify-support/ instead of replying on others thread as it makes the thread messy and hard to read.

If you want to you can also add reference of this thread in your newly created thread.

We would be more than happy to help you on your new thread.