A little CSS to help you out
-
Hi All,
I adjusted my website https://www.celebritiesreport.com to my liking using the following CSS code. I thought I share it with you in case you need it:
What this does is changing the strapvert green to a darker green. You can substitute the hex codes with the color you want.
It also reduces the white space around the secondary featured section..entry-title {
color: #31AB37;
}.featured-content-secondary .entry-title a {
color: #31AB37;
}.entry-header .entry-title a {
color: #31AB37;
}.entry-meta a {
font-size: 12px;
color: #31AB37;
}}
.widget-title {
color: #31AB37;
}.cat-item a {
color: #31AB37;
}.nav-previous a {
color: #31AB37;
}}
.site-info .strapvert-copyright {
text-align: center;
color: Red;
}.featured-content-secondary {
padding-top: 0;
padding-bottom: 0;
}#top-bar {
padding: 0 0 8px;
}h1, h2, h3, h4, h5, h6 {
color: #31ab37;
}
- The topic ‘A little CSS to help you out’ is closed to new replies.