How do i change this color code?
Hi kblubis
You mean the kind of blue, right?
You can use this override:
.acm-features.style-4 .features-item.bg-primary { background-color: #2196F3 !important; }
and change to your desired color
blue and gray please, should i add it to custom.css or just write it at the acm.css?
kblubis
For gray, try this:
.acm-features.style-4 .features-item.bg-secondary { background-color: rgba(255,255,255,.4) !important; }
and add into the file: /templates/artsy/css/custom.css (Create this file if it doesn't exist)
ohh ya, how about to make the color dissapear? i want to made my picture look clear at the secondary at the primary i've change it and it's good, thanks
kblubis You can change the opacity:
.acm-features.style-4 .features-item.bg-secondary .ft-bg { opacity: 1 !important; }
ok, thankyou so much