Hello. Is it possible to remove the title, text and read more from Featured/Post Slider? I Can’r find it in options.
Thanks in advance.
http://www.scmarinhense.pt/site2/
Hi kciss7,
Go to Appearance -> Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button:
.featured-text{ display: none; }
Hope this may help you
Thank you!
Thank you Theme Horse Support Team. I’ve removed the text with that custom CSS, also with the title customizing the following line:
.featured-text .featured-title { display: none; }
But, how to remove the Read more Box?
Thanks in advance
.call-to-action{ display:none;}