remove blog area

Discussion in 'Blackriders WordPress Theme' started by mschultz33, Apr 13, 2015.

  1. mschultz33

    mschultz33 Member

    Joined:
    Jan 13, 2015
    Messages:
    62
    Likes Received:
    0
    Hi,

    How do I get rid of the blog area? Thanks
     

    Attached Files:

  2. sameerwalkar

    sameerwalkar Guest

    Hello,

    Kindly send your site URL
     
  3. mschultz33

    mschultz33 Member

    Joined:
    Jan 13, 2015
    Messages:
    62
    Likes Received:
    0
  4. sameerwalkar

    sameerwalkar Guest

    Hi,

    Please paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard

    Code:
    .blog_feature {
      display: none;
    }
    .bottom_feature {
      display: none;
    }
    Hope it will solve your issue. Let me know if you have further any doubts.
     

Share This Page