Happening Now! Exclusive AMA: Improving your Return Management with Shopify Experts | Post your questions to be answered by our team!

Re: i want to change the color of a custom section by using css

Solved

i want to change the color of a custom section by using css

Distinctz
Explorer
83 0 6

hello i want to change the color of a section on my home page it is now blue i want to change my brand colors but you cant do it just by changing the colors on shopify because it is a custom section i hope someone can help me with a code that can change the color maybe with css or something my store url is distinctz.com in the screenshots i show about which section it is all about the color i want the section in is #F7CE26

Screenshot 2024-01-07 20.40.40.pngScreenshot 2024-01-07 20.40.15.png

Accepted Solution (1)
SomeUsernameHe
Shopify Partner
495 55 101

This is an accepted solution.

Sorry about that, to adjust that you would use the following css:

.the-marketplace__all--each.active .image-wrapper {
    border: 3px solid #F7CE26;
}
Have I helped? Consider putting coffee in my mouth!
Buy Me a Coffee

View solution in original post

Replies 4 (4)

SomeUsernameHe
Shopify Partner
495 55 101

Yes, you can use the following css:

 

.we-provide__all {
    background: #F7CE26;
}

 

Have I helped? Consider putting coffee in my mouth!
Buy Me a Coffee
Distinctz
Explorer
83 0 6

Thank you it worked but for the second section with the product colllections this isnt working for the outline 

SomeUsernameHe
Shopify Partner
495 55 101

This is an accepted solution.

Sorry about that, to adjust that you would use the following css:

.the-marketplace__all--each.active .image-wrapper {
    border: 3px solid #F7CE26;
}
Have I helped? Consider putting coffee in my mouth!
Buy Me a Coffee
Distinctz
Explorer
83 0 6

Thank you very much appreciate your work!