Removing Portion of Home Page Feature Section

Discussion in 'Blackriders WordPress Theme' started by tylerbliss, Apr 28, 2014.

  1. tylerbliss

    tylerbliss New Member

    Joined:
    Apr 28, 2014
    Messages:
    2
    Likes Received:
    0
    currently there are four items as a default for this template. I'd like to take one or two of them away. How do I remove 1 feature image and 2 feature image?
     
  2. Piyush

    Piyush Support Staff

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

    It is not possible to remove any of feature area from the 4 feature section of Blackriders theme,
    because if try to do so it will lose the theme layout.
     
  3. tylerbliss

    tylerbliss New Member

    Joined:
    Apr 28, 2014
    Messages:
    2
    Likes Received:
    0
    What about changing some code in the custom css file or style.css? It's weird it can't be changed at all...
     
  4. Piyush

    Piyush Support Staff

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

    Due to the circular feature image, it is not possible to remove any of feature area from the 4 feature section of Blackriders theme.
    If we remove any feature area the design of the theme will not look good.

    If you still want this,
    Go to the front-page.php file present in your theme directory and follow the instruction shown in the image given below.

    [​IMG]
    [​IMG]


    Now,
    [​IMG]

    After that,
    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    .feature_inner_box {
    width: 100%;
    } 

    This is the possible solution.
     

Share This Page