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
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
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.
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
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