I would like to change the color of the box with the date in it next to each post. it is currently black. where in the css is the code for this?
thank you!
I would like to change the color of the box with the date in it next to each post. it is currently black. where in the css is the code for this?
thank you!
Hi,
Try adding this code in your Quick CSS or custom.css:
.side-container.side-container-date {
background-color: red;
}
If it doesn't change try using this code instead:
[code].side-container.side-container-date {
background-color: red!important;
}
Just change the color as required. Hope this helps. :)
Best Regards,
Ismael
Perfect! Thank you!
Hi,
Glad that we could help you. :)
Cheers,
Ismael
This topic has been closed to new replies.