Change blog category page background

Hello!

I have managed to change the backgroud colour of my main blog page using custom css provided on this forum:

.blog #Content { background-color: #E9E6EB !important; }

I would like to change the background colour of my blog category pages too, such as: https://myunihouse.co.uk/blog/category/news-and-events/


Also, how can I change my featured images thumbnail size so that they are different sizes as seen in this demo: https://themes.muffingroup.com/be/journalist/


Any help

Thanks!

Comments

  • Hello,

    1) To change the color for categories, use the following code:

    .category #Content{
       background-color: #E9E6EB!important;
    }
    

    2) I can see that your featured images are the same size.

    If you want them to look like in the pre-built website, you should use images with different resolutions.

    Thanks

  • Great!

    Thank you for explaining that.

Sign In or Register to comment.