• Skip to main content
  • Skip to forum navigation

StudioPress

  • Shop for Themes
  • My StudioPress

Forum navigation

  • Home
  • General Genesis Discussions
  • StudioPress Themes
  • Genesis Blocks
    • Genesis Blocks
    • Genesis Custom Blocks
  • Retired Themes
  • FAQs
  • Forum Rules
  • Internationalization and Translations
  • Forum Bugs and Suggestions
  • Forum Log In

Are You Using The WordPress Block Editor?

Genesis now offers plugins that help you build better sites faster with the WordPress block editor (Gutenberg). Try the feature-rich free versions of each plugin for yourself!

Genesis Blocks Genesis Custom Blocks

Lists not displaying on category pages

Welcome!

These forums are for general discussion on WordPress and Genesis. Official support for StudioPress themes is offered exclusively at My StudioPress. Responses in this forum are not guaranteed. Please note that this forum will require a new username, separate from the one used for My.StudioPress.

Log In
Register Lost Password

Community Forums › Forums › Archived Forums › Design Tips and Tricks › Lists not displaying on category pages

This topic is: not resolved

Tagged: category page, ordered list, unordered list

  • This topic has 1 reply, 2 voices, and was last updated 9 years, 3 months ago by carasmo.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • March 29, 2016 at 12:34 am #182415
    Lovelace
    Member

    Hi there.

    I've recently started building out category pages on a new site. Previously I've stuck with posts but I want to create a nice silo and have opted for content filled cat pages at the top of the silo.

    When adding content to my new cat pages I realized that lists; both unordered and ordered, do not display on the front end of the site.

    They look fine while I'm making them on the back end, but just don't translate over.

    Any tips?

    I tried adding in some CSS that I found online into the custom CSS plugin area. I managed to move adjust the text a little, but not create full on lists out of it.

    Thank you.

    http://baliayurveda.com/category/pitta-dosha/
    March 29, 2016 at 7:13 am #182425
    carasmo
    Participant

    See this before adjusting themes:

    https://christinacreativedesign.com/before-you-adjust-your-genesis-child-theme-read-this/

    Open your style.css with a code editor and ftp.

    BEFORE:

    /* Entries
    --------------------------------------------- */
    
    .entry {
    	background-color: #fff;
    	box-shadow: 0 2px rgba(0, 0, 0, 0.05);
    	margin-bottom: 40px;
    	padding: 40px 60px 60px;
    }
    
    .entry-content .entry-image {
    	margin: 0 40px 40px -60px;
    	max-width: 700px;
    }
    
    .entry-content ol,
    .entry-content ul {
    	margin-bottom: 28px;
    	margin-left: 40px;
    }
    
    .entry-content ol > li {
    	list-style-type: decimal;
    }
    
    .entry-content ul > li {
    	list-style-type: disc;
    }
    
    .entry-content ol ol,
    .entry-content ul ul {
    	margin-bottom: 0;
    }
    
    .entry-content code {
    	background-color: #222;
    	color: #ddd;
    }

    REPLACE:

    
    /* Entries
    --------------------------------------------- */
    
    .entry {
    	background-color: #fff;
    	box-shadow: 0 2px rgba(0, 0, 0, 0.05);
    	margin-bottom: 40px;
    	padding: 40px 60px 60px;
    }
    
    .entry-content .entry-image {
    	margin: 0 40px 40px -60px;
    	max-width: 700px;
    }
    
    body.category .content ol,
    body.category .content ul,
    .entry-content ol,
    .entry-content ul {
    	margin-bottom: 28px;
    	margin-left: 40px;
    }
    
    body.category .content ol > li,
    .entry-content ol > li {
    	list-style-type: decimal;
    }
    
    body.category .content ul > li,
    .entry-content ul > li {
    	list-style-type: disc;
    }
    
    body.category .content ol ol,
    body.category .content ul ul,
    .entry-content ol ol,
    .entry-content ul ul {
    	margin-bottom: 0;
    }
    
    .entry-content code {
    	background-color: #222;
    	color: #ddd;
    }

    Genesis Theme Customization and Help

  • Author
    Posts
Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘Design Tips and Tricks’ is closed to new topics and replies.

CTA

Ready to get started? Create a site or shop for themes.

Create a site with WP EngineShop for Themes

Footer

StudioPress

© 2025 WPEngine, Inc.

Products
  • Create a Site with WP Engine
  • Shop for Themes
  • Theme Features
  • Get Started
  • Showcase
Company
  • Brand Assets
  • Terms of Service
  • Accptable Usse Policy
  • Privacy Policy
  • Refund Policy
  • Contact Us
Community
  • Find Developers
  • Forums
  • Facebook Group
  • #GenesisWP
  • Showcase
Resources
  • StudioPress Blog
  • Help & Documentation
  • FAQs
  • Code Snippets
  • Affiliates
Connect
  • StudioPress Live
  • StudioPress FM
  • Facebook
  • Twitter
  • Dribbble