Removing "Post tagged with

Discussion in 'GoldenEagle WordPress Theme' started by landitollig, Mar 26, 2014.

  1. landitollig

    landitollig New Member

    Joined:
    Feb 15, 2013
    Messages:
    24
    Likes Received:
    0
    Good day,

    I am building a website on the Golden Eagle Template. On my Blog page where all the blogs are listed (with the read more button) there is a Post Tagged with xxxx and then it shows all the tags. How can I remove that so it doesn't show?

    Thank you!
    Kind Regards
    Landi
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

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

    Code:
     .content-bar .post .post_meta li.posted_by {
    display: none;
    }
    Thanks & Regards
    Gourav Shrivastava
     
  3. landitollig

    landitollig New Member

    Joined:
    Feb 15, 2013
    Messages:
    24
    Likes Received:
    0
    Hi Gourav,

    I did paste it but it is still there. There is other stuff also in the Custom CSS block. Can it be that?
     
  4. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,

    Could you please specify your issue with the help of screenshot images that which other stuff you also want to remove.
    And also share us your website link.
     

Share This Page