Need to hide default slider caption and description for Advanced Astro Pro Theme

Discussion in 'Forum Rules' started by akfpj, Dec 13, 2017.

  1. akfpj

    akfpj New Member

    Joined:
    Dec 8, 2017
    Messages:
    5
    Likes Received:
    0
    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/
     
  2. akbar92

    akbar92 Support Staff Staff Member

    Joined:
    Jun 3, 2017
    Messages:
    2,318
    Likes Received:
    49
    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
     
  3. akfpj

    akfpj New Member

    Joined:
    Dec 8, 2017
    Messages:
    5
    Likes Received:
    0
  4. akbar92

    akbar92 Support Staff Staff Member

    Joined:
    Jun 3, 2017
    Messages:
    2,318
    Likes Received:
    49
    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
     

Share This Page