I want to insert a line break in the slider text, but can't find a way. I would also like to bold or underline some words in the slider text. Are these doable?
Hello, Go to Appearance > Theme Option > Slider Settings > First Slider Description and use line break tag where you want to break the line and also use html style for bold or underling the text. For example Code: <br> Code: <p style="text-decoration:underline;">Enter your text here that you want to underline</p> Code: <p style="font-weight:bold;">Enter your text here that you want to make a bold</p> This will solve your issue.