• Resolved laceym02

    (@laceym02)


    I can’t get the dash to go away in front of the bullet points. It will show up as the “Default” bullet. And the dash also appears with every other bullet point I try to make (with uncategorized lists).

    Right now I’m using Shortcodes Ultimate but even that didn’t remove the dash. As you can see here: http://dietsbite.com/letsdothis/

    I vaguely remember changing a default setting to a dash but I have searched all over and can’t find where I changed this at. Including searching the forum, theme and internet for help.

    I have no idea about code or css or any of that so please explain if I need to do any of that. Thanks so much!!!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi, this line in your theme’s CSS file (style.css) is adding the dash:

    .content ul li:before,
    .comment-content ul li:before { content: '- '; }

    If your theme has an option to enter custom CSS, then try adding this updated CSS and saving changes:

    .content ul li:before { content: ''; }

    You can also add the CSS above to your site through a plugin like My Custom CSS or Reaktiv CSS Builder.

    Thread Starter laceym02

    (@laceym02)

    Yes I added the second code to my theme’s custom css and it worked!
    Thanks so much!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Can't get – dash removed from the bullet point’ is closed to new replies.