• 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

Can someone help me with this stupid CSS issue please?

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 › General Discussion › Can someone help me with this stupid CSS issue please?

This topic is: not resolved
  • This topic has 7 replies, 2 voices, and was last updated 10 years, 10 months ago by Marcy.
Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • January 20, 2015 at 5:23 pm #138141
    slobizman
    Member

    I' going crazy on a seemingly easy thing to do in CSS. I have the Education Theme (not Pro) and it comes with a bullet.png bullet for unordered lists in the entry content. I am trying to just make it a regular bullet, not the file. I know what to do (or so I thought), but when I do it I remove the bullet.png file from showing, but the bullet area just remains blank. What am I doing wrong. Here's the code that comes with Education:

    /* Ordered / Unordered Lists
    ------------------------------------------------------------ */
    
    .entry-content ol,
    .entry-content ul {
    	margin: 0;
    	padding: 0 0 25px;
    }
    
    .archive-page ul li,
    .entry-content ul li {
    	background: url(images/bullet.png) no-repeat 10px 14px;
    	list-style-type: none;
    	margin: 0;
    	padding: 7px 0 0 30px;
    }
    .entry-content ol li {
    	margin: 0 0 0 35px;
    }
    
    .archive-page ul ul,
    .entry-content ol ol,
    .entry-content ul ul {
    	padding: 0;
    }
    

    So, I made the following change in the relevant area of code:

    .archive-page ul li,
    .entry-content ul li {
    	list-style-type: square;
    	margin: 0;
    	padding: 7px 0 0 30px;
    }

    But that does not show a bullet. Even removing that entire part from the style.css file does not do it.

    I'm stumped, and I know it's something dumb.

    January 21, 2015 at 1:33 pm #138206
    Marcy
    Participant

    You might need to add the "list-style-type: square;" to the ul, and not just the li.

    Try adding just above the CSS you have:

    .archive-page ul,
    .entry-content ul,
    .archive-page ul > li,
    .entry-content ul > li {
    	list-style-type: square;
    }

    You may only need it for the ul, but if you have li { list-style-type: none; } somewhere, you will also need the others.

    I be of more help without a link to your website.


    Marcy | Amethyst Website Design | Twitter

    January 21, 2015 at 2:02 pm #138210
    slobizman
    Member

    Thanks Marcy. But that didn't work.

    I would have put the website link in, but I don't want to have it not showing bullets, so I don't leave it up that way.

    January 21, 2015 at 6:56 pm #138231
    slobizman
    Member
    This reply has been marked as private.
    January 21, 2015 at 10:47 pm #138236
    slobizman
    Member

    Here's the page. Much appreciated.

    January 22, 2015 at 10:43 am #138270
    Marcy
    Participant

    The square bullets are there; you just can't see them.

    In this line 119,

    li, ol, ul {
        margin: 0;
        padding: 0;
    }

    the "margin: 0" on li pushes it to the left margin.

    You need to add margin back into line 1112 where you add the square bullets:

    .archive-page ul li, 
    .entry-content ul li {
        list-style-type: square;
        margin: 0 0 20px 20px;
    }

    I used 20px, but you can adjust however you like.


    Marcy | Amethyst Website Design | Twitter

    January 22, 2015 at 11:08 am #138274
    slobizman
    Member

    Thank you, thank you, thank you!!

    January 22, 2015 at 11:56 am #138279
    Marcy
    Participant

    You're welcome!


    Marcy | Amethyst Website Design | Twitter

  • Author
    Posts
Viewing 8 posts - 1 through 8 (of 8 total)
  • The forum ‘General Discussion’ 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