How to remove default text

Discussion in 'ColorWay WordPress Theme' started by antoniszou, Jun 5, 2013.

  1. antoniszou

    antoniszou New Member

    Joined:
    Jan 10, 2012
    Messages:
    10
    Likes Received:
    1
    Hello,
    When I click a category and the page with all blog posts appears I want to remove the

    Home » Archive by category "Announcements"
    and have only the
    Home » Announcements

    similar I want to remove the text
    • Posted on June 5, 2013 by admin in Announcement
    this appears under each post title
    and last I want to remove the No comments. I want to have only the Continue reading
     
  2. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Hello,

    For this Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .content-info{
    display:none;}
    And
    Go to
    Appearance > Editor > loop.php
    and remove code as shown in the image.

    [​IMG]
     

Share This Page