How do I remove the lines from bulleted lists on posts and also from the front page boxes as well. if you look here http://www.brucecrawfordmsp.org/ I want to remove them from 'recent posts' and 'show your support'?
Remove lines from lists
6 posts from 3 voices-
Posted 6 months ago #
-
Hey!
Try to add following code to style.css. I'd insert it at the very bottom of the file.
ul li a, ol li a, ul li, ol li{ border: none !important; }Best regards,
PeterPosted 6 months ago # -
Thanks, this works great for the recent posts section but for the 'show your support' section the lines are still there. Incidentally for the 'show your support' section I have used a text widget with html.
If you have a quick look:
http://www.brucecrawfordmsp.org/
you will see that frontbox 3 still has the lines between the graphics.
Any ideas how I can sort this?
Posted 6 months ago # -
Hey stirlingweb,
This should do the trick:
#text-2 img { border: none; }Images inside the small box class (the three widget areas on the fronpage) have top and bottom borders so the images inside your text widget which are just stacked there each had the border.
Just add that to the bottom of your style.css.
Regards,
Devin
Posted 6 months ago # -
Thanks for that mate, it works a treat. I'm well chuffed.
Posted 6 months ago # -
Glad we could help :)
Regards,
Devin
Posted 6 months ago #
Topic Closed
This topic has been closed to new replies.














