Pilcrow theme-increase line spacing for 2 sidebar widgets.
-
Hi, I want to increase the line spacing between the text of the 2 sidebar lists: Recent Posts AND Categories.
I am not able to figure out which class they belong to in the CSS.
I was able to do it for Recent Comments only.
Thanks, eden
The blog I need help with is: (visible only to logged in users)
-
So it seems like what you’re asking is to increase space between each list item (correct me if I’m wrong). Here’s how:
.widget_recent_entries li, .widget_categories li { margin-bottom: 10px; }increase/decrease the margin-bottom number as you see fit.
-
-
Related to the same sidebar items, I would like to remove the hover underline and replace it with a color change for the hover.
I tried this code change:
a:hover {
text-decoration: none;
color: #ff0000;}
It removed the underline, but did not add a color.
Do you know how I can hover with a color change?
If I have to open a new ticket, please let me know and I will.
Thanks, eden
-
- The topic ‘Pilcrow theme-increase line spacing for 2 sidebar widgets.’ is closed to new replies.