• Hey,

    can I somehome change the color of the date in the header of the posts? Its connected to the primary links and I couldnt manage to change the color of the text.
    I could change it for the symbols with CSS but I cant find the right code to change the text there.

    This is my page: Vuelaalavida.com

    Would be nice if somebody help me, couldnt find a solution so far.

Viewing 1 replies (of 1 total)
  • Hi,

    You can use css code below to change the color of your header post:

    .entry-meta a {
        color: black !important;
    }

Viewing 1 replies (of 1 total)
  • The topic ‘Change datecolor in Header’ is closed to new replies.