Tagged: bullets, categories, Widget
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!
Hey kellyCraftMedia,
You can try to add the !important after the rule.
Best regards,
John Torvik
Hi John!
Sorry that didn’t work :(
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!
Hi,
I can’t see any bullet lists on the page you sent, so I’m guessing the CSS is working?
Best regards,
Rikard
Just to reiterate – the problem isn’t removing the bullet points, it’s removing the indent. The text doesn’t align left.
Hi,
Add the following to quick css:
.entry-content-wrapper li{
margin-left:0px!important;
}
Best regards,
Jordan Shannon
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!
Hi,
Add this to quick css:
#categories-2 ul a{
color:red!important;
}
Change the color to whatever you need.
Best regards,
Jordan Shannon
Lovely! thank you and you can close out this ticket.
Hi,
If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon