Hi I am building a site for a client and would like the home page sliders to only include headings but not descriptions. I have uploaded three images for sliders and 2 and 3 are as I want, only showing the header. The first slider shows as description: "Premium WordPress Themes with Single Click Installation, Just a Click and your website is ready for use.Premium WordPress Themes." I have tried putting a "." in the description field and then saving it (the "." shows) and then deleting the "." and saving. When I do this the text above comes back. Demo site is at http://houseclearance2.mindfont.com/
Hello, Go to Appearance > Theme Option > Slider Settings > First Slider Description and add paragraph tag there. For example:- Code: <p></p> This will solve your issue.
Hi Gourav Thank you for such a quick response - really helpful. I have implemented the cahnge but it has the effect of lifting the title up higher so that it covers the slider image. Is there any way to make the paragraph smaller so that the description box over the header takes up less space? Thank you again for your speedy reply.
Hello, Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: .flex-caption p { display: none; } This will solve your issue.