• Resolved Anouk

    (@anouk197)


    Right now the date and category that are shown on my blog page (overview of all posts) with each post are grey, and when you hover above them they turn black. All other text on my site is black. How do I make them black to begin with?

    Thanks in advance!

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello, try to use the following CSS code.

    You can add CSS code in Customize → Additional CSS section.

    .hentry .entry-header .meta-post,
    .hentry .entry-header .meta-post a {
        color: black;
    }

    Kind Regards, Roman.

    Thread Starter Anouk

    (@anouk197)

    Thank you! It worked perfectly!

    • This reply was modified 6 years, 11 months ago by Anouk.

    Great! You are welcome ??

    Kind Regards, Roman.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘date category color’ is closed to new replies.