Removing Slider Heading and Description Box

Discussion in 'RoadFighter WordPress Theme' started by adminuser, Sep 6, 2014.

  1. adminuser

    adminuser Guest

    Joined:
    May 27, 2014
    Messages:
    3
    Likes Received:
    0
    I'm using Roadway and I don't want to use the Description box and when I don't add content the default content shows up.

    Can I remove the description box option in the style sheets without ruining the slider?

    Thanks
     
  2. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello,

    Please paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .flex-caption-wrapper .flex-caption
    {
    display:none;
    }
    Thanks & Regards
    Pramod
     
  3. laundry

    laundry New Member

    Joined:
    May 22, 2013
    Messages:
    6
    Likes Received:
    0

    How can I also remove the blog content from front page. I've deleted the header description.
     
  4. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello,
    You can off the blog post to come in home page.
    Please follow below image.
    12-nov-roadfighter-blog.png
    Thanks & Regards
    Pramod
     

Share This Page