Removal of post headers, and more

Discussion in 'Andrina WordPress Theme' started by briangladstone, Apr 8, 2013.

  1. briangladstone

    briangladstone Member

    Joined:
    Apr 2, 2013
    Messages:
    53
    Likes Received:
    4
    Can you please advise how to use the logos bonus and the images bonus packages? I downloaded both but they will not install into my theme. Can I get some instruction as to how they can be utilized?

    I would like to remove some header items from posts, and archives of posts. How can the category, posted by and your comments are no comments be removed such that they are not visible. Also, is it possible to remove or change the prefix 'category archives:' so it will not be seen.

    Thanks in advance for your prompt response.
     
  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    1. The logos bonus and the images bonus packages could not be installed directly as folder in the Theme directory. The logos bonus and the images bonus PSD are easily editable you can use Photoshop to edit your logo and upload it in the media library in your dashboard and use the link of the images where you want to display that images.

    2. Paste the following code in your Custom CSS
    Appearance -> Theme Options -> Styling Options -> Custom CSS
    Code:
    .content-bar .post .post_meta {
    display: none;
    }
    This will remove the category, posted by and your comments from the header of each posts.
     

Share This Page