• Resolved robinrowe

    (@robinrowe)


    New to FooGallery. Using Simple Portfolio. I want to change the caption background color from black to dark blue. Do I change using CSS? What CSS do I use? How would I look up these CSS settings myself?

    Would it make sense for FooGallery to add CSS settings notes in the Captions form next to Custom CSS edit box, so we know what to add? Noticed the ReadMe says “New : Caption color settings in Simple portfolio gallery template added” in 1.2.7. So, was expecting to see a setting for font color and background color in Captions form GUI, not to need to edit CSS.

Viewing 1 replies (of 1 total)
  • Plugin Support elviiso

    (@elviiso)

    Hi @robinrowe

    You can make such a change using some simple CSS and I have come up with the CSS needed. Simply copy it as it is and add it to the “Custom CSS” field then save changes:

    .foogallery.fg-caption-always .fg-item.fg-loaded .fg-caption {
    background-color: darkblue;
    }

    Thanks

    Kind regards,
    Elvis.

Viewing 1 replies (of 1 total)

The topic ‘Change Caption Background Color’ is closed to new replies.