Recent Posts Widget
-
I was wondering if there was a way to bullet each recipe title in my widget called Recent Recipes. I have the widget set up to list the last five recipes and a friend who follows the blog said the recipes listed look like a run on sentence and thought it would look clearer bulleted. Thanks.
Mary Ann
The blog I need help with is: (visible only to logged in users)
-
You will have to purchase Custom Design upgrade and then add custom CSS to show bullets before each of your recent recipes in the widget.
Please confirm if you have the Custom Design upgrade so that we can help you with the CSS.
-
-
Could you try the following CSS to show bullets:
.widget_recent_entries ul li { list-style-type: disc; }You can change disc to square for squared bullets or decimal for numbers.
-
-
- The topic ‘Recent Posts Widget’ is closed to new replies.