Cathegory Page

Discussion in 'Compass WordPress Theme' started by naturalium, Dec 23, 2014.

  1. naturalium

    naturalium New Member

    Joined:
    Nov 27, 2014
    Messages:
    27
    Likes Received:
    0
    Hello, on Cathegory page I asked you to hode author name title displayed, and with the following code provided:

    .page_content .content_bar h1 {
    display: none;
    }

    it really disapeared, but also post title, and would like to have post title but not author page. Now non of them is displayed.

    On the other hand, would like also to hide small page icon that appears on top left below the line on each post listed no cathegory page.

    Hope you can help me

    Thanks
     
  2. Yogesh

    Yogesh Guest

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

    Remove above code and paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .page_content .content_bar h1:first-child {
    display: none;
    }
    It will resolve your issue.

    Thanks & Regards
    Yogesh Bhade
     
  3. naturalium

    naturalium New Member

    Joined:
    Nov 27, 2014
    Messages:
    27
    Likes Received:
    0
    Done what suggested, and still same results, H1 is not shown and icon on top left of each post summary on cathegory page is shown.
     
  4. Yogesh

    Yogesh Guest

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

    Could you please provide us your website URL and screenshot so that we can clearly understand which heading to remove and which is not.

    Thanks & Regards
    Yogesh Bhade
     
  5. naturalium

    naturalium New Member

    Joined:
    Nov 27, 2014
    Messages:
    27
    Likes Received:
    0
  6. praveen

    praveen Support Staff

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

    Please paste the code given below in custom css.
    (Appearance->Theme Options->Styling Options->Custom Css) of your dashboard.

    Code:
    .page_content .content_bar h1 {
    display: block;
    }
    Thanks
    Praveen
     

Share This Page