How can I make specific CSS changes to my ecommerce store?

Solved

How can I make specific CSS changes to my ecommerce store?

mystore123d
Excursionist
17 0 5

Hey Expert,

 

I recently installed a review app on my store and I need help in making a few css changes. They have a separate CSS setting area to make the changes. 

This is the option and the codes I have added earlier.

mystore123d_0-1705309051252.png

 

Now I will explain my problems. Please help me resolve the same.

 

This is the website URL: https://ae7201.myshopify.com/products/prime-apex-blue-racing-sweatshirt

Problem 1:
Remove the hover effect on the button and change the "Next" button colour to #ff3130

 

mystore123d_2-1705309309534.png

 

Problem 2: 
Remove the white borders. Please set the borders to 0px

mystore123d_3-1705309379560.png

 

Problem: 3

This problem is with the mobile version. Please change the top and bottom background colours to #F1EFE7. I have added the classes to target to save your time.

mystore123d_4-1705309436433.png

 

Please help me with these items alone so that I can go live. Thank you so much. 

 

 

 

Accepted Solution (1)

Wholesalehelper
Explorer
45 11 11

This is an accepted solution.

Hello, @mystore123d 
Greetings from the Wholesale Helper Support Team! Happy to help you today.

1. Go to online store > theme > Edit code > Layout > theme.liquid (file) and Paste the below code at the end of the file, just before the closing " </body>" tag -> Save

<style>
.reviews-button:hover{
    background-color:none !important; 
}
.reviews-button{
    background-color:#ff3130 !important; 
}
#reviews-custom-option-item-active{
    border: 0px !important;
}
@media only screen and (max-width: 800px){
 .review-detail-body .review-detail-content{
    background-color: #F1EFE7 !important;
 }
 .review-detail-body .review-detail-content .review-detail-header{
    background-color: #F1EFE7 !important;
 }
}
</style>

 

2.  After adding the above CSS, it looks like this-

Wholesalehelper_0-1705315017988.png

Wholesalehelper_1-1705315112468.png

Wholesalehelper_2-1705315519015.png

 

Let me know If need further assistance

 

Regards,

Wholesale Helper Support Team

 

 

 

 

Wholesale helper- Supercharge your Wholesale and B2B business


If you find my reply helpful, please hit Like and Mark as Solution
Connect with us: App Store | Blog | Join our Community | Help Center

View solution in original post

Reply 1 (1)

Wholesalehelper
Explorer
45 11 11

This is an accepted solution.

Hello, @mystore123d 
Greetings from the Wholesale Helper Support Team! Happy to help you today.

1. Go to online store > theme > Edit code > Layout > theme.liquid (file) and Paste the below code at the end of the file, just before the closing " </body>" tag -> Save

<style>
.reviews-button:hover{
    background-color:none !important; 
}
.reviews-button{
    background-color:#ff3130 !important; 
}
#reviews-custom-option-item-active{
    border: 0px !important;
}
@media only screen and (max-width: 800px){
 .review-detail-body .review-detail-content{
    background-color: #F1EFE7 !important;
 }
 .review-detail-body .review-detail-content .review-detail-header{
    background-color: #F1EFE7 !important;
 }
}
</style>

 

2.  After adding the above CSS, it looks like this-

Wholesalehelper_0-1705315017988.png

Wholesalehelper_1-1705315112468.png

Wholesalehelper_2-1705315519015.png

 

Let me know If need further assistance

 

Regards,

Wholesale Helper Support Team

 

 

 

 

Wholesale helper- Supercharge your Wholesale and B2B business


If you find my reply helpful, please hit Like and Mark as Solution
Connect with us: App Store | Blog | Join our Community | Help Center