Sense Theme- How can I change the space under my slideshows and certain sections to match theme?

I am currently working on a new sense theme, previously I used Studio and theme inputs have been much different and I have been able to figure out most of it but for whatever reason the space under my slideshows do not match my chosen colors.. they are an ugly tan.. this space is also randomly between a couple of sections I have as well which wasn’t a problem on my previous theme so i’m not sure how to fix this.. I don’t want a container or a button.. these are just images and the counter and the counter is what doesn’t match.. same for these random spaces.

Hey @ArtworkingMomma ,

Can you share the preview link to this theme?

1 Like

https://i8zt0dws0vrufr49-54957408298.shopifypreview.com

I also just adjusted my code to make my slide images smaller, they took up the whole screen.. and those areas are also that tan color now which I don’t want

Hey @ArtworkingMomma ,

Go to your theme’s “Edit Code” Option, then in the search bar type “theme.liquid”
Below the tag “” tag paste the following. Screenshot attached for reference.


Screenshot is for reference only, the correct code to paste is the one shown above.

1 Like

That worked for the background color thank you! is there a way to make the counter the same color as my text?

Yeah sure, let me combine the two codes.

You can delete the previous code and add this combined one


1 Like

and also the container/thin lined box around the counter is super wide is there a way to match it to the size of the images?

Hey @ArtworkingMomma ,

Delete any of the code I gave you and use this, it’s all combined


1 Like

Okay yay these are working thank you! One last thing if possible, not to be picky lol but on my current theme the outline of the circles on the counter are the same pink as the text but with the code on my new theme you gave the only thing thats not changing to that color is the outline of the circles if that makes sense? is that possible? and then thats the last question i swear!

@ArtworkingMomma The code is already there but it’s a priority issue on your theme, just delete the previous and replace it with this and it should work


1 Like

Awesome thank you so so much!!