Viewing 4 posts - 1 through 4 (of 4 total)
Viewing 4 posts - 1 through 4 (of 4 total)
- The forum ‘Gmedia Gallery WordPress Plugin’ is closed to new topics and replies.
Forum closed. Use forum at Wordpress.org: Gmedia Support
Forum
Tagged: RealSlider Background Color
Hello!
How do I change the BG color of the RealSlider Gallery? I am using the “inverted” skin, but really need the BG to be white. Thank you!
Go to edit gallery -> Add code below to Custom CSS field on Advanced Settings tab:
.realSlider,
.realSlider .gmOverflow,
.realSlider .gmSlide,
.realSlider .gmVideoFrameHolder { background-color: white; }This worked for the desktop view, how do I get it to work (white background) on the mobile view?
It should work, but try add !important as below:
.realSlider,
.realSlider .gmOverflow,
.realSlider .gmSlide,
.realSlider .gmVideoFrameHolder { background-color: #ffffff !important; }