Created
January 23, 2015 21:34
-
-
Save kontikidigital/d41752304857950be396 to your computer and use it in GitHub Desktop.
Add a line under widget title
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/*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