Ride Theme - Is it possible to change the blog post page to black text on a light background?

I’m using the Ride theme for the store and in the recent update they added an option to change the default background colour in a lot of the sections (still not all of them) but that’s fine, I’m happy with the default.

The only thing that I would like to change is the background colour and text in the blog posts. I find light text on a dark background a bit difficult to read.

Is there a way to override that with custom CSS?

Hi @AlloyRamps1 , can you share you store url so I can provide you with custom css needed?

Hi @Abdosamer , it’s shop-alloyramps.com

Thanks for your help.

@AlloyRamps1 , Add the following code :

article.article-template {
    background-color: #fff;
}

article.article-template  h2, p, li, h1, time {
    color: #010101;
}

Amazing, thank you so much!

@AlloyRamps1 , Glad it helped, feel free to contact me if you face any problem.

Is there a way to make this the standard for all blog posts on this theme?

Adding in the code makes it standard for all blog posts :slightly_smiling_face: I added it to the custom CSS box, the default blog template is used for every blog post for me