Slider discription

Discussion in 'BusinessGrow One Page WordPress Theme' started by emaarten, Dec 1, 2014.

Thread Status:
Not open for further replies.
  1. emaarten

    emaarten New Member

    Joined:
    Feb 2, 2014
    Messages:
    15
    Likes Received:
    0
    Hi There,

    How can i remove the slider description. When i leave the text box blank, the standard test will come up. I don't want to have it at all.

    Kind regards,
    Maarten van Everdingen
     
  2. Yogesh

    Yogesh Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,052
    Likes Received:
    41
    Hello,

    Paste the code given below in Custom CSS section to remove slider description.
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .slider_text_container p {
    display: none;
    }
    It will resolve your issue.

    Thanks & Regards
    Yogesh Bhade
     
  3. whowhozamobi

    whowhozamobi Guest

    Joined:
    Jan 2, 2015
    Messages:
    18
    Likes Received:
    0
    Hey i hope it okay to up date this thread, Please note that the CSS now that is working for this, well worked for me is
    .slider_text_container a {
    display: none;
    }

    just swap out container p for container a

    cheers
     
  4. priya

    priya Guest

    Thanks for updating this...

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
Thread Status:
Not open for further replies.

Share This Page