Skip to content

Instantly share code, notes, and snippets.

@kontikidigital
Created January 23, 2015 21:34
Show Gist options
  • Save kontikidigital/d41752304857950be396 to your computer and use it in GitHub Desktop.
Save kontikidigital/d41752304857950be396 to your computer and use it in GitHub Desktop.
Add a line under widget title
/*Add a line under widget title*/
.aboutme-title .widget-title:after,
.aboutme-title .entry-title:after {
background: #fff; /* change bg color, obviously */
content: "";
display: block;
height: 2px;
width: 15%;
position: relative;
top: 5px;
margin-bottom: 10px;
left: 42.5%;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment