This topic has 4 replies, 2 voices, and was last updated 9 years, 9 months ago ago by Robert Hall
Hi,
I am trying to change the colour of the recent posts date event and date number which on the preview is a red colour.
I added .date-event and .date-event .number to the custom css and change the colour there but nothing chnages, must be some extra css that I need to add to make it change colour?
Hello,
Do you have enabled custom.css file in Theme Options->Custom CSS?
Also please provide us with link to the page and wp-admin access in Private Content.
Regards,
Robert Hall.
Robert,
unfortunately I am unable to give details as I am working on a local install, however I have managed to resolve this I believe by adding this to custom.css file.
So as a forum if anyone else needs to know what to do, add this to custom.css
.blog-post-list .date-event .number {
font-size: 22px;
padding: 10px;
color: #719400; /* change to your desired color */
line-height: 25px;
width: 50px;
margin-bottom: 7px;
border: 2px solid #719400; /* change to your desired border color */
-webkit-border-radius: 100%;
border-radius: 100%;
display: block;
height: 50px;
}
and my change here
We’re glad to hear that your issue solved.
Have a good day!
Regards,
Robert Hall.
The issue related to '‘change recent posts date event and number colour?’' has been successfully resolved, and the topic is now closed for further responses