Topics Sidebar
-
Hi. In the topics/categories sidebar on our home page, is there any way to remove the line/spacing in between the subcategories. For example, under Nursing, we have Nurse’s Notes and Nurse of Distinction. Is there any way to remove the line between the two? Thanks.
The blog I need help with is: (visible only to logged in users)
-
Hello there!
Dropping this code in your custom CSS area should do the trick:
.widget_categories .children li { border: none; }Let me know if that doesn’t work!
Sage -
-
Yup!
Adding another line to the code I gave you above so it looks like this should work:
.widget_categories .children li { border: none; padding: 0px; }Let me know if that doesn’t work,
Sage -
-
- The topic ‘Topics Sidebar’ is closed to new replies.