Salut cum modific culoarea categoriilor din poza? https://prnt.sc/htqzsw
In loc de acel gri/negru sa pun alta culoare.
In skin am asa
.ipsfocus_background body{
background-color: {theme="ifBg1_hex"};
{{if theme.ifBg1_image}}background-image: url({theme="ifBg1_image"});
background-repeat: {theme="ifBg1_repeat"};
background-attachment: {theme="ifBg1_attachment"};
background-size: {theme="ifBg1_size"};
background-position: {theme="ifBg1_position"};{{endif}}
}
.ipsfocus_background .background-fade{
background-image: linear-gradient(to bottom, {hextorgb="ifBg1_hex" opacity="0"} 10vh, {hextorgb="ifBg1_hex" opacity="0.98"} 80vh);
}