How can I remove the blog and Facebook link from the front page?

Discussion in 'Blackriders WordPress Theme' started by lklatt76, Dec 11, 2014.

  1. lklatt76

    lklatt76 Member

    Joined:
    Feb 24, 2013
    Messages:
    53
    Likes Received:
    0
    I want to remove the blog roll from the front page and the Facebook link as well. Is there any way I can replace the entire area with a video or just leave it blank?

    Thanks!
     
  2. Yogesh

    Yogesh Guest

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

    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .bottom_feature {
    display: none;
    }
    It will resolve your issue.

    Thanks & Regards
    Yogesh Bhade
     

Share This Page