Hi,
I’d like to add a line between each blog category on the sidebar (using categories widget)
Can you please let me know the CSS for this effect?
Many thanks
Risa
Hey 2eminds,
Add this to quick css:
#categories-2 ul li:first-child {
padding:15px 0!important;
border-bottom: 1px solid #ccc!important;
}
#categories-2 ul li{
padding:15px 0!important;
}
Best regards,
Jordan Shannon
Hi Jordan
This is perfect! thank you. If I get more categories in future, do I need to add more CSS or it will automatically add lines after a new category?
Many thanks
Risa
Hi,
You would simply add this in:
#categories-2 ul li{
padding:15px 0!important;
border-bottom: 1px solid #ccc!important;
}
Best regards,
Jordan Shannon
Great – thank you!
Hi,
No problem. If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon