Shape 5

Wordpress Club Themes => Corporate Response - Club => : biru32 November 20, 2015, 12:02:16 PM



: Blog post title not showing on category list page
: biru32 November 20, 2015, 12:02:16 PM
Hi, I have a strange item that I cannot trouble shoot. The post titles on the category summary page are no longer appearing. I haven't installed any new plugins or anything like that.

Can someone take a look at this please? http://orginsight.com/oi2016/tag/blog-all-categories/

Thank you.

Jason


: Re: Blog post title not showing on category list page
: Tristan Rineer November 20, 2015, 12:22:10 PM
Looking at your site with Firebug (http://getfirebug.com/), it appears that you have a display:none applied to the titles around line 102 of /css/com_content.css:

:
a.contentpagetitle {
    text-decoration: none !important;
    display: none !important;
    font-size: 1.4em;
    margin-left: 21px;
}