Change recent posts date event and number colour?

This topic has 4 replies, 2 voices, and was last updated 9 years, 2 months ago ago by Robert Hall

  • Avatar: Jimbo
    Jimbo
    Participant
    February 9, 2015 at 17:09

    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?

    date event colour

    3 Answers
    Avatar: Robert Hall
    Robert Hall
    Support staff
    February 9, 2015 at 17:27

    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.

    Avatar: Jimbo
    Jimbo
    Participant
    February 9, 2015 at 17:43

    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

    date-event blog posts

    Avatar: Robert Hall
    Robert Hall
    Support staff
    February 9, 2015 at 17:50

    We’re glad to hear that your issue solved.
    Have a good day!

    Regards,
    Robert Hall.

  • Viewing 4 results - 1 through 4 (of 4 total)

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

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.