Homepage Feature Area

Discussion in 'Blackriders WordPress Theme' started by nadia1, Oct 17, 2014.

  1. nadia1

    nadia1 New Member

    Joined:
    Oct 8, 2014
    Messages:
    2
    Likes Received:
    0
    How can I add paragraphs to the Homepage Feature Area?

    How can I delete/hide blog from the home page?

    How can I delete Facebook widget from the Homepage? I do not want any other widget there.
     

    Attached Files:

  2. Yogesh

    Yogesh Guest

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

    1. Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .feature_box {
    display: none;
    }
    .bottom_feature {
    display: none;
    }
    2. You can add your paragraph in Home Page Sub Heading section as shown below in screenshot.

    18oct2.png

    It will resolve your issue.

    Thanks & Regards
    Yogesh Bhade
     

Share This Page