
05-26-2017, 01:27 PM
|
 |
Ecwid Team
|
|
Join Date: Jun 2014
Posts: 1,123
|
|
Quote:
Originally Posted by iDistribute
Hi, what does this last part of the code mean and how do I interpret it? I assume it's the colour of the minicart counter? How do I change it to a different colour? I have the code, but the brackets are confusing me
- background: rgba(130, 93, 35, 1)
|
Hello!
This is Wendy from Ecwid team. Thanks a lot for getting in touch with us!
Code:
background: rgba(130, 93, 35, 1)
This line of code is responsible for the background color of the minicart counter.
rgba(130, 93, 35, 1) is a color code. If you'd like to change this color, you should update the color code. You will find a new color code here: http://www.color-hex.com/
For example, you'd like to apply this color:
In order to do it, you should update this line like this:
Code:
background: #7C9EE1
I hope you will find this helpful.
If you have other concerns, please feel free to write me back and it will be my pleasure to assist you further. Have a wonderful day!
__________________
Wendy
Ecwid Customer Care Team
Help Center
⬇ Please click Thanks if my reply helped you.
|