Site logo

Archived topic

My custom CSS does not apply on this page

3 replies · Started by Asep on April 19, 2021

Viewing posts 1–4 of 4

Hi there,

in your CSS you're targeting the .archive .post you need to include the blog body class as well eg.

.archive .post, 
.blog .post {
      /* Styles for archive and blog */
}

It works! Thank you so much for the help :)

You're welcome

This archived topic is closed to new replies.