Where can i change the colour of the background of the module in header_right position on front page?
All the colur on my site will be red, black, white and grey, and that background is dark blue.
Thanks
Citius wrote:the module has the suffix "transparent" but in the demo, it is a dark blue transparent background and i want a grey transparent background.
if i change the transparent suffix with colour1 or 2 or light, the module comes grey, but is not transparent anymore.
.dox.transparent {
background: rgba(14, 42, 45, .89)!important;
color: #you_color!important;
}
/* transparent suffix */
.box.transparent {
background: rgba(14, 22, 35, .89)!important;
color: #97a3b8!important;
}