
04-23-2020, 12:16 PM
|
 |
Ecwid Team
|
|
Join Date: Jul 2019
Posts: 16
|
|
Quote:
Originally Posted by DabNDo
how do i change the color of the store?
|
Hello,
This is Xena, Ecwid Customer Care team. Thanks for your question!
As far as I understand, you want to change the background colour of your storefront. If so, this can be done with the help of the CSS code that I prepared for you. Please, follow this instruction to paste the code below: Adding CSS codes to your store
Code:
div.ecwid-productBrowser, .cover ~ .body .tiles, [data-block], .ec-size .ec-store .grid-product__wrap-inner, .ec-size .ec-store .form-control__button {
background-color: #222222 !important; }
.ec-size .ec-store .form-control__button {
border-color: rgb(204, 204, 204); }
.ecwid div, .ecwid span, .ecwid a, .ecwid p, div.whyus, div.quote, div.owner, div.contacts, div.caption h1, .menu .cat-name a, .ec-store .ec-cart-summary * {
color: white !important; }
You can change the background-color value to the preferable one.
Once you paste the code, your storefront colour will be changed.
Hope this helps!
__________________
Warmly,
Xena
Ecwid Customer Care team
|