Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #5556
    Marco
    Participant

    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!

    #5559
    Rattus
    Keymaster

    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; }
    #7025
    nora.genet
    Participant

    This worked for the desktop view, how do I get it to work (white background) on the mobile view?

    #7028
    Rattus
    Keymaster

    It should work, but try add !important as below:

    .realSlider, 
    .realSlider .gmOverflow, 
    .realSlider .gmSlide, 
    .realSlider .gmVideoFrameHolder { background-color: #ffffff !important; }
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