Remove Homepage Feature Area

Discussion in 'Blackriders WordPress Theme' started by st4rryeyed, Jun 16, 2015.

  1. st4rryeyed

    st4rryeyed New Member

    Joined:
    Jun 16, 2015
    Messages:
    2
    Likes Received:
    0
    I am wanting to remove the entire homepage feature area (Homepage Main Heading, Homepage Sub-Heading, all featured images, headings, descriptions, and links). How am I able to do this? I read a post previously of someone asking to remove a featured image but they had to write in:

    "To remove 4th circle image their will be a HTML customization required in the source code. If want to remove that, Please provide the following information listed below:
    This Thread Link:
    Your Website URL:
    WordPress Username:
    WordPress Password:
    [email protected]"
    I've attached an image of the section I am wanting to remove.
    Thank you.
     

    Attached Files:

  2. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hello,

    Please paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .home_container {
      display: none !important;
    }
    .slider-wrapper {
      margin-bottom: 0;
    }
    Thanks,
    Praveen
     

Share This Page