Is there a way that I can remove the blogposts from the first page

Discussion in 'Blackriders WordPress Theme' started by blackdiamond, Jan 26, 2015.

  1. blackdiamond

    blackdiamond Member

    Joined:
    Jan 2, 2015
    Messages:
    30
    Likes Received:
    0
    Hi,

    Is there a way that I can remove the blogsposts from appearing on the first page and put text there or a widget there instead?

    Thanks
     
  2. praveen

    praveen Support Staff

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

    Please follow the screenshot given below.
    add_text_blogs.png

    Code:
    <div class="edited_text">
                        Write your text here.....................
                 </div>
    Now, paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    .blog_feature {
    display: none;
    }
    h1.blog-heading {
    display: none;
    }
    Thanks,
    Praveen
     
  3. blackdiamond

    blackdiamond Member

    Joined:
    Jan 2, 2015
    Messages:
    30
    Likes Received:
    0
    Thanks Praveen. Would this allow me to have a spot to put something else?
     
  4. praveen

    praveen Support Staff

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

    Yes, you can put anything inside the highlighted div.

    Thanks,
    Praveen
     

Share This Page