Single Spacing for Catlist
-
My food blog has a recipe index using list category posts. All posts listed alphabetically below each category. Perfect. I have managed to remove the bullet points by adding this to my themes custom css:
.lcp_catlist li{
list-style: none;
}I would now like all my categories and list of recipes under each category to appear in single space.
This is the page in question:
http://carolinesfamilykitchen.com/recipe-index/PS. Mostly code illiterate
THANK YOU!
The topic ‘Single Spacing for Catlist’ is closed to new replies.