If you would like to have your content and sidebar titles put in a box, I did that in HTML. Go to...
/*Headings
h2 {
font: $(widget.title.font);
text-transform: $(widget.title.text.transform);
color: $(widget.title.text.color);
margin: .5em 0;
font: $(widget.title.font);
text-transform: $(widget.title.text.transform);
color: $(widget.title.text.color);
margin: .5em 0;
I added the two lines below underneath margin.
border: 2px solid #000;
padding: 7px;
padding: 7px;
}
That's it!
No comments:
Post a Comment