I would like to add a background colour to an image (Year 10 Sport Science). At present it is all white and would like to make another colour so it is visible.
Hi @David334 hope you are doing well.
Please refer to the below instructions and paste that code into your them files
1- Online Theme
2- Edit Code
3- Open custom.css file from the left sidebar in the theme files
4- Put code at the end of the file
5- Hit save
.category_wrap .category_block:nth-child(4) {
background-color: #219704;
}
.category_wrap .category_block:nth-child(4) .btn-groups a {
color: #219704;
}
Thanks
Hey @David334
Follow these Steps:
-
Go to Online Store
-
Edit Code
-
Find theme.liquid file
-
Add the following code in the bottom of the file above tag
RESULT:
If I managed to help you then, don’t forget to Like it and Mark it as Solution!
Best Regards,
Moeed
I cant seem to find the custom.css file from the left side bar. Apologies!
Found it - and it worked. Thanks!


