• 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

News Pro – Removing Bullets in Sidebar

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 › News Pro – Removing Bullets in Sidebar

This topic is: resolved

Tagged: Bullets, lists, Sidebar

  • This topic has 5 replies, 3 voices, and was last updated 7 years, 4 months ago by TheresaSh.
Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • February 14, 2014 at 10:41 am #90309
    walshandj
    Member

    Probably a fairly simple question, but I tried hunting around in the CSS and couldn't figure it out. I just want to remove the bullets that show up in the sidebar of my theme for uls. See here on right: http://trancemusicblog.com/

    At first I wanted to just do if for one widget (possibly utilizing the widget id--the one called Highest Rated Trance Tracks) but if that's too complicated I could just do it for all of them.

    Thanks in advance for any help.

    http://trancemusicblog.com/
    February 14, 2014 at 2:33 pm #90345
    Stefsull
    Member

    The code you're looking for is in this class (it's a pseudo element with generated content - easiest to see with Chrome's Web Inspector):

    .after-entry li::before, .news-pro-home .content li::before, .sidebar li::before

    If you want to get rid of them in the entire sidebar and you have access, just remove the .sidebar li::before class from that list.

    If you want to override them only for one widget, you can get the widget ID and do it like this:

    #gdstarrmulti-4 li::before {
        content: ''; /* That is an open/close single quote. It will just override the marker already set in the above rule */
        margin: 0; /* Use only if you want to get rid of the margin left by removing the list-item marker */
    }

    Hope that helps.

    February 14, 2014 at 4:39 pm #90373
    walshandj
    Member

    Thanks! Just getting back now and will be able to try this out a bit later. I'll mark as resolved if all goes well. Appreciate the detailed reply!

    February 14, 2014 at 4:40 pm #90374
    Stefsull
    Member

    Sure. Let me know if you have any more questions (well, about CSS anyway ;)). Now I'll just cross my fingers that someone will answer my PHP and shortcode one. LOL

    February 14, 2014 at 6:44 pm #90392
    walshandj
    Member

    Yep! I've gone ahead and just taken away them from the entire sidebar. I hope so too, haha. I hope I learn more advanced PHP soon to be in the position to reciprocate with an answer! Definitely trying to improve with customization.

    October 30, 2015 at 3:05 pm #169668
    TheresaSh
    Member

    Thanks Stefsull,

    That worked for me also!! Great coding!!

    Worked for hours on it and saw this post!!

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

© 2023 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