• 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

Modern Portolio Sidebar Bullets

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 › Modern Portolio Sidebar Bullets

This topic is: resolved

Tagged: bullet points, custom sidebars, modern portfolio, sidebars

  • This topic has 7 replies, 2 voices, and was last updated 10 years, 9 months ago by Davinder Singh Kainth.
Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • December 19, 2014 at 10:06 pm #134943
    Melanie
    Member

    I am using the modern portfolio theme with WPMU's custom sidebar plugin. It's been awhile since I've worked in CSS... and I can't seem to figure out why i can't get bullet points to display.

    Here is the page: http://melaniebroemsen.com/about/

    The solution I am looking for would be to only add the bullets for this specific custom sidebar widget (About)

    http://melaniebroemsen.com/about/
    December 20, 2014 at 12:37 am #134946
    Davinder Singh Kainth
    Member

    Change following code in style.css file

    .sidebar li {
    	list-style-type: none;
    	margin-bottom: 6px;
    }

    to...

    .sidebar li {
    	list-style-type: decimal;
    	margin-bottom: 6px;
    }

    Sunshine PRO genesis theme
    Need Genesis help? Davinder @ iGuiding Media | My Blog | Fresh Genesis Themes

    December 20, 2014 at 9:55 am #134955
    Melanie
    Member

    Hi there, and thank you for helping Davinder! I tried this, and it still doesn't seem to work. Any other suggestions I could try?

    December 21, 2014 at 12:19 am #134993
    Davinder Singh Kainth
    Member

    In your style.css file, look for following code:

    /*
    Widgets
    ---------------------------------------------------------------------------------------------------- */
    
    .widget {
    	word-wrap: break-word;
    	margin-bottom: 24px;
    }
    
    .widget li {
    	list-style-type: none;
    }
    
    .widget ol {
    	margin-left: 24px;
    }
    
    .widget li li {
    	border: none;
    	margin: 0 0 0 18px;
    	padding: 0;
    }
    

    Replace it with...

    /* # Widgets
    ---------------------------------------------------------------------------------------------------- */
    
    .widget {
    	word-wrap: break-word;
    }
    
    .widget ol,
    .widget li {
    	list-style-position: inside;
    	list-style-type: decimal;
    	padding-left: 20px;
    	text-indent: -20px;
    }
    
    .widget li li {
    	border: none;
    	margin: 0 0 0 30px;
    	padding: 0;
    }

    If above does not work:

    1. Use !important next to each to over-ride any other style. For example: list-style-position: inside !important;

    2. Also, you can target that specific widget box by using #text-16
    In above code, replace .widget with #text-16


    Sunshine PRO genesis theme
    Need Genesis help? Davinder @ iGuiding Media | My Blog | Fresh Genesis Themes

    December 21, 2014 at 1:57 am #134996
    Melanie
    Member

    Thanks so much! That looks perfect, except it is showing numbers instead of bullet points.

    I tried changing the <ol> to <ul>, as well as changing decimals to disc -- with no luck, it stays a number.

    What else do I need to tweak?

    December 21, 2014 at 8:01 am #135005
    Davinder Singh Kainth
    Member

    Cool, change decimal to disc is provided css code above.

    Also refer this for better understanding - http://css-tricks.com/almanac/properties/l/list-style/


    Sunshine PRO genesis theme
    Need Genesis help? Davinder @ iGuiding Media | My Blog | Fresh Genesis Themes

    December 21, 2014 at 10:07 am #135009
    Melanie
    Member

    Hi Davinder, it's working beautifully now. Thank you again for the help, I appreciate it! Happy early new year 😉

    December 22, 2014 at 12:44 am #135049
    Davinder Singh Kainth
    Member

    Welcome Melanie.

    Merry Christmas and Happy New Year to you 🙂


    Sunshine PRO genesis theme
    Need Genesis help? Davinder @ iGuiding Media | My Blog | Fresh Genesis Themes

  • Author
    Posts
Viewing 8 posts - 1 through 8 (of 8 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