Archived topic
How to edit side widgets only
5 replies · Started by Miguel on February 10, 2017
Viewing posts 1–6 of 6
Dear Tom,
How to edit the side widget font only (size, color, etc).
I didn't want this changes to affect the footer widgets.
Many thanks!!
Miguel
Hi Miguel,
Try this CSS:
.sidebar .widget {
font-size: 25px;
color: #ffffff;
}
Let me know.
That is awesome. And is there a way to edit the space between the title of the widget and the links below it?
Thanks Leo!
Miguel
Try
.widget-title {
margin-bottom: 20px;
}
That did it! Excellent. Thank you so much! You guys rock.
You're welcome!
This archived topic is closed to new replies.