Tagged: bullets, categories, Widget
-
AuthorPosts
-
October 2, 2017 at 7:14 am #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!
October 2, 2017 at 8:08 am #859124Hey kellyCraftMedia,
You can try to add the !important after the rule.
Best regards,
John TorvikOctober 2, 2017 at 8:37 am #859136Hi John!
Sorry that didn’t work :(
October 2, 2017 at 8:43 am #859137One 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!
October 2, 2017 at 12:21 pm #859197Hi,
I can’t see any bullet lists on the page you sent, so I’m guessing the CSS is working?
Best regards,
RikardOctober 2, 2017 at 7:14 pm #859334Just to reiterate – the problem isn’t removing the bullet points, it’s removing the indent. The text doesn’t align left.
October 2, 2017 at 10:22 pm #859413Hi,
Add the following to quick css:
.entry-content-wrapper li{ margin-left:0px!important; }Best regards,
Jordan ShannonOctober 3, 2017 at 1:50 am #859451Thank 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!
October 3, 2017 at 6:48 pm #859737Hi,
Add this to quick css:
#categories-2 ul a{ color:red!important; }Change the color to whatever you need.
Best regards,
Jordan ShannonOctober 3, 2017 at 8:41 pm #859785Lovely! thank you and you can close out this ticket.
October 3, 2017 at 11:00 pm #859811Hi,
If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon -
AuthorPosts
- The topic ‘Remove bullets from Categories widget’ is closed to new replies.
