KSA Well-known member Dec 2, 2014 #1 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?
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?
TJA Well-known member Dec 2, 2014 #2 In your EXTRA.css Background colour: Code: .xmgCarouselContainer.sectionMain { background-color: #000 !important; } Heading: Code: .xmgCarouselContainer h3 { color: #FFF !important; } Upvote 0 Downvote
In your EXTRA.css Background colour: Code: .xmgCarouselContainer.sectionMain { background-color: #000 !important; } Heading: Code: .xmgCarouselContainer h3 { color: #FFF !important; }
KSA Well-known member Dec 2, 2014 #3 TJA said: In your EXTRA.css Background colour: Code: .xmgCarouselContainer.sectionMain { background-color: #000 !important; } Heading: Code: .xmgCarouselContainer h3 { color: #FFF !important; } Click to expand... 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. Upvote 0 Downvote
TJA said: In your EXTRA.css Background colour: Code: .xmgCarouselContainer.sectionMain { background-color: #000 !important; } Heading: Code: .xmgCarouselContainer h3 { color: #FFF !important; } Click to expand... 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.
TJA Well-known member Dec 2, 2014 #4 ALMUSA said: 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. Click to expand... Try this instead: Code: .xmgCarouselContainer .blockTitle { color: #FFF !important; } Upvote 0 Downvote
ALMUSA said: 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. Click to expand... Try this instead: Code: .xmgCarouselContainer .blockTitle { color: #FFF !important; }
KSA Well-known member Dec 2, 2014 #5 TJA said: Try this instead: Code: .xmgCarouselContainer .blockTitle { color: #FFF !important; } Click to expand... Thanks again, it worked. Upvote 0 Downvote
TJA said: Try this instead: Code: .xmgCarouselContainer .blockTitle { color: #FFF !important; } Click to expand... Thanks again, it worked.