Change Vitals Review Section Background Color to Black

Solved

Change Vitals Review Section Background Color to Black

arisekn
Visitor
2 0 1

Hey everyone, 

as the title says...

 

here's my website link: arisekn.com

Want the bg to be black like the rest of my page. Thanks!

arisekn_0-1744086807110.png

 

Accepted Solution (1)

Moeed
Shopify Partner
7395 2004 2446

This is an accepted solution.

Hey @arisekn 

 

Follow these Steps:

1) Go to Online Store
2) Edit Code
3) Find theme.liquid file

4) Add the following code in the bottom of the file above </body> tag

<style>
.section + .section, main {
    background: black !important;
}
</style>

RESULT:

Moeed_0-1744087590273.png

 

If I managed to solve your problem then, don't forget to Like it and Mark it as Solution!

 

Best Regards,
Moeed

- Need a Shopify Specialist? Chat on WhatsApp

- Get a quick Shopify quote – Click here!

- Custom Design | Advanced Coding | Store Modifications


View solution in original post

Replies 3 (3)

Moeed
Shopify Partner
7395 2004 2446

This is an accepted solution.

Hey @arisekn 

 

Follow these Steps:

1) Go to Online Store
2) Edit Code
3) Find theme.liquid file

4) Add the following code in the bottom of the file above </body> tag

<style>
.section + .section, main {
    background: black !important;
}
</style>

RESULT:

Moeed_0-1744087590273.png

 

If I managed to solve your problem then, don't forget to Like it and Mark it as Solution!

 

Best Regards,
Moeed

- Need a Shopify Specialist? Chat on WhatsApp

- Get a quick Shopify quote – Click here!

- Custom Design | Advanced Coding | Store Modifications


arisekn
Visitor
2 0 1

Works perfectly! Just wondering if we could also make the pointers on the left and right a more contrasting color like a lighter gray, as well as the review number text its also black and blending in? becomes impossible to see now. Thank you so much!

mella_ethan
New Member
4 0 0

In the theme editor, look for the Vitals Review Section or the specific section where reviews are shown. Check if the section has any background color options in the customization settings. Many themes allow you to change colors directly in the editor. or  look for a Theme Settings or Colors option in the editor, If these options aren’t available, you may need to use custom CSS, but hopefully, the customization options in your theme will do the job.