Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #859107

    Hi there!

    I followed the directions on another topic in order to remove the bullet points from that right-hand column widget, however I still have an indent where the bullets would be. I’d like the text to align left with the other text.

    Here’s the quick CSS i used:

    .widget li {
      list-style: none;
    }

    Thanks in advance!

    #859124

    Hey kellyCraftMedia,

    You can try to add the !important after the rule.

    Best regards,
    John Torvik

    #859136

    Hi John!

    Sorry that didn’t work :(

    #859137

    One thing I just noticed – it did work in the stanard right-hand column, but in the case of one of my pages where I use the Layout Builder and drop in a Widget Area, that’s where it’s not applying (even though the bullet disappeared, the text isn’t aligning all the way.

    Thanks!

    #859197

    Hi,

    I can’t see any bullet lists on the page you sent, so I’m guessing the CSS is working?

    Best regards,
    Rikard

    #859334

    Just to reiterate – the problem isn’t removing the bullet points, it’s removing the indent. The text doesn’t align left.

    #859413

    Hi,

    Add the following to quick css:

    
    .entry-content-wrapper li{
    margin-left:0px!important;
    }

    Best regards,
    Jordan Shannon

    #859451

    Thank you that’s great! How do I also change the link color for that specific area (without affected the color of links throughout the site)?

    Thanks!

    #859737

    Hi,

    Add this to quick css:

    #categories-2 ul a{
    color:red!important;
    }

    Change the color to whatever you need.

    Best regards,
    Jordan Shannon

    #859785

    Lovely! thank you and you can close out this ticket.

    #859811

    Hi,

    If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 11 posts - 1 through 11 (of 11 total)
  • The topic ‘Remove bullets from Categories widget’ is closed to new replies.