Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #110414
    simon olley
    Participant

    Hi

    I would like the category description to show.

    #110439
    Mahesh
    Keymaster

    @oly: The category description is displayed in category pages if it does contain the description. Where do you actually want to show it?

    Regards,
    Mahesh

    #110457
    simon olley
    Participant

    Hi Mahesh, when editing a category the window shows the following fields (list below), it is the Description field I need to be visible on my category pages… For example, on my site http://www.olleydesign.com/category/websites/ I need a Category Description to appear between the main menu and the first example of a website (Craft ecommerce website).

    Slug

    Parent

    Description (eg. “We have designed many effective websites”)

    #110459
    Mahesh
    Keymaster

    @oly: Theme does display the category title and description by default on the categories page on the top, just below the menu and before the posts. You have following CSS in your custom CSS because of which its being hidden.

    .page-header { 
    	border-top: 0px double #e6e6e6;
    	border-bottom: 0px double #e6e6e6;
    	color: #757575;
    	font-size: 14px;
    	font-size: 1.4rem;
    	line-height: 3.5;
    	text-align: left;
    }
    
    .page-header {display:none}

    Please find and remove the above codes.

    Regards,
    Mahesh

    #110467
    simon olley
    Participant

    Oops thanks Mahesh

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Display category description above the posts’ is closed to new replies.