Skip to content

Instantly share code, notes, and snippets.

@samar241
Created June 6, 2019 07:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save samar241/e0ca3784192cfffce8ad310cee1b2b2a to your computer and use it in GitHub Desktop.
Save samar241/e0ca3784192cfffce8ad310cee1b2b2a to your computer and use it in GitHub Desktop.
Styling the Post meta and Read More Button
.published{
text-transform: none;
font-weight:700
}
.by{
text-transform: none;
font-weight:700
}
.post-meta a {
font-size: 15px;
font-weight:700;
color: #09c384!important;
transition:0.5s ease;
text-transform: none;
}
.post-meta a:hover{
color: rgba(131,0,233,0.64)!important;
transition:0.5s ease;
}
.post-meta {
font-size: 15px;
color: #00000!important;
transition:0.5s ease;
}
p.post-meta {
font-size: 14px !important;
font-weight:700;
text-align: center;
border-top: 1px solid #ddd;
border-bottom: 1px solid #ddd;
margin: 2% auto;
padding: 10px !important;
transition:0.5s ease;
}
a.more-link {
color: #363636;
font-size: 14px;
letter-spacing: 2px;
font-weight: 700;
text-transform: uppercase;
display: block;
margin: 15px auto 0;
text-align: center;
transition: .3s ease-in-out;
}
a.more-link:hover {
color: #09c384;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment