Howto Change The Background Color Of The Shop ? - Question | JoomShaper
SP Page Builder 6 is Here! Learn More →

Howto Change The Background Color Of The Shop ?

J

Jean-Pierre

EasyStore 5 months ago

Hello, I'm using the Nectar template for my site and I'd like to change the green colour of the shop page background to one that matches my site pages. I've figured out how to change the background colour of the normal pages, but not for the shop, which remains green. Can anyone help me? Thanks in advance

0
5 Answers
Ziaul Kabir
Ziaul Kabir
Accepted Answer
Support Agent 5 months ago #190803

Hello,

Thanks for reaching out to us. Please, use this css to your custom css:

body.site.helix-ultimate.hu.com_easystore.com-easystore.view-products.layout-default.task-none.itemid-358.en-gb.ltr.sticky-header.layout-fluid.offcanvas-init.offcanvs-position-left.com-sppagebuilder #sp-main-body {
    background-color: #000000; // Change your color
}

N.B.: Please, When you add color, think about your text, Default color is white for font,

Thanks

0
J
Jean-Pierre
Accepted Answer
5 months ago #191234

Hello, Thank you for your answer. I have tried your solution, but unfortunately it does not work. I give you a screenshot as an example. It's the "shop" page that always stays with the same background color, thank you for helping me.

0
Ziaul Kabir
Ziaul Kabir
Accepted Answer
Support Agent 5 months ago #191262

Please, share your website url and add screenshots as well.

0
J
Jean-Pierre
Accepted Answer
5 months ago #191273
0
Ziaul Kabir
Ziaul Kabir
Accepted Answer
Support Agent 5 months ago #191274

Please, use this css:

.view-products .sp-page-title ,
.view-products .sp-page-title>.container,
.view-products #sp-main-body, 
.view-product #sp-main-body{
    background-color: #ebe7df !important;
}

Thanks

0