Home Page Sub Heading Removal

Discussion in 'RoadFighter WordPress Theme' started by sean23, Oct 26, 2013.

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

    sean23 New Member

    Joined:
    Oct 13, 2013
    Messages:
    23
    Likes Received:
    0
    Hi,
    I am looking to remove the sub heading content and have that feature blank. Can you inform me what to remove or input into the slot.

    Thanks,
    Sean
     
  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,

    Paste the following code in your Custom CSS
    (Appearance -> Theme Options -> Styling Options -> Custom CSS)

    Code:
    .home-content .page_info h3 {
    display: none;
    }
    This will solve your issue.
     
  3. sean23

    sean23 New Member

    Joined:
    Oct 13, 2013
    Messages:
    23
    Likes Received:
    0
    Thank you very much Piyush.

    Regards,
    Sean
     
Thread Status:
Not open for further replies.

Share This Page