sidebar background color

KSA

Well-known member
I have placed media gallery sidebar in the top of the nodes. The question is how to change the background color behind ''New Media''. Also ''New Media'' text color?

1417528946351.png
 
In your EXTRA.css

Background colour:
Code:
.xmgCarouselContainer.sectionMain {
background-color: #000 !important;
}

Heading:
Code:
.xmgCarouselContainer h3 {
color: #FFF !important;
}

The first code did work but the second one didn't. Im not able to change the text color '' New Media.''

Thank you for helping me out.
 
Top Bottom