Eliminate Icons

Discussion in 'Compass WordPress Theme' started by jlent14, Aug 13, 2014.

  1. jlent14

    jlent14 New Member

    Joined:
    Jul 16, 2014
    Messages:
    10
    Likes Received:
    0
    Hello,

    I am wondering how to eliminate these icons without interfering with the sidebar widgets. I've attached a screenshot.

    Thank you
     

    Attached Files:

  2. Yogesh

    Yogesh Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,052
    Likes Received:
    41
    Hello,

    To eliminate those icons
    Go to Appearance > Theme Options > Styling Options > Custom CSS
    And paste following code in Custom CSS and press Save All Changes button.
    Code:
    .page_content .content_bar .post .post_thumbnil span.post_format {
    display: none;
    }
    .page_content .content_bar .post .post_meta {
    display: none;
    }
    This will solve your issue.

    Thanks & Regards
    Yogesh Bhade
     

Share This Page