Hey
This theme is so customisable, it’s great. However, I wanted to change the colors of some of the text elements, so I entered the following into the Custom CSS section and saved the changes, but nothing has changed on the blog.
/* Mantra Custom CSS */
#content .wp-caption p.wp-caption-text {
font-size: 11px;
color: #FFFFFF;
margin: 5px;
text-align: center;
text-indent: 0px;
}
#respond h3 {
color: #030303;
margin-top: 0;
}
#respond p.comment-subscription-form label {
font-size: 12px !important;
color: #020202;
text-transform: none;
font-weight: normal;
margin: 0;
float: none;
}
.highlander-dark #respond label {
color: #020202;
}
Am I doing something wrong, or is this broken?
Drew