I have tried to change the color of the .postmeta background color by adding the following to custom css but it wont work, does anyone have any idea how I would change the color
.postmeta {
background-color: #3A6F8F;
}
I have tried to change the color of the .postmeta background color by adding the following to custom css but it wont work, does anyone have any idea how I would change the color
.postmeta {
background-color: #3A6F8F;
}
it does not work, because the style just before that is not closed with a curly bracket }
.blog .postmeta, #featured .postmeta {
width: 600px;
.postmeta {
background-color: #3A6F8F;
}
add the curly closing bracket } after 600px;
Thank you for the help, worked perfectly after the closing bracket was applied
Thanks
This topic has been closed to new replies.