Dear Team, I have purchased the Advanced Astro Pro theme and would like to hide the default title and description of the slider when left blank. How should I achieve it?. It is happening for the first slider, rest of the slider don't show title and description when left blank. I have mentioned the URL on which the theme is deployed URL: http://veenusastro.freepressjournal.in/
Hi, Greetings from InkThemes, Just put a single blank space into fields, just have a look at the attached screenshot. Or you can paste the code given below in Custom CSS section to make desirable changes. (Dashboard->Appearence->Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: .slider-caption-container { display: none; } Do let me know if you need further assistance. I will be glad to assist you. For more help, you can explore our Support Forum, Documentation and FAQ's Forum Link: https://www.inkthemes.com/community Theme Documentation: https://www.inkthemes.com/documentation/ FAQs Link: https://www.inkthemes.com/community/forums/frequently-asked-queries-faq.174/ Regards, Akbar InkThemes.com
Dear Team, I want to brighten the overlay of the slider. Currently, it looks too dull. How can I make the slider look more bright? URL: http://veenusastro.freepressjournal.in/
Hi, Just paste the code given below in Custom CSS section. (Dashboard->Inkthemes->Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: .nivo-caption { background: rgba(0,0,0,0.1); } Hope this helps...! Thanks & Regards! Akbar InkThemes.com