• Resolved italianfox

    (@italianfox)


    Hi,

    As you can see, the background colour of the image viewer (around the pictures) is white. I would like to use the WordPress theme background colour. Can this be done with custom css and should that be done in the custom css of the gallery or of the WordPress theme’s css?

    Thank’s in advanced for your kind help.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • fooplugins-support

    (@influxfooplugins)

    Hi @italianfox

    This change can be implemented using custom CSS. In fact, the CSS code snippet below is all that you’ll need to effect that change:

    .fg-image-viewer.fg-light .fiv-inner .fiv-ctrls, .fiv-count, .fiv-prev, .fiv-next, .fiv-inner-container {
        background-color: #7ab295 !important;
        border-color: #7ab295 !important; }

    Since this change has already been implemented on your site after we advised you on how to do so earlier from our helpdesk for FooGallery PRO users, I’ll close this ticket.

    If you’ll need any help, don’t hesitate to reach out to us.

    Kind regards,
    Elvis.

Viewing 1 replies (of 1 total)
  • The topic ‘Background colour Image Viewer’ is closed to new replies.