Home page slider without text description

Discussion in 'RoadFighter WordPress Theme' started by rambler, Nov 18, 2013.

  1. rambler

    rambler Member

    Joined:
    Dec 28, 2011
    Messages:
    48
    Likes Received:
    0
    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/
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    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.
     
  3. rambler

    rambler Member

    Joined:
    Dec 28, 2011
    Messages:
    48
    Likes Received:
    0
    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.
     
  4. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    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.
     

Share This Page