Caption design CSS

Hello, how can I add a left border to the CAPTION section in the Photo Module? I’d like to add a colored left border to the global settings. Thanks

Hi,

You can try the CSS below.

.fl-photo-caption {
    border-left: 10px solid #222222;
}

It WORKS! :slight_smile: … Would you be so kind to help me change the color to any hex color instead of ‘solid red’?

Just google “hex color picker” and… pick your color. :wink:

Hi Avanti, I was asking for the correct CSS syntax when I add a hex color instead of the ‘red’ color. I’m a total noob in CSS. But I found the answer in another thread so I modified the CSS to change the color. Thanks

I replaced “red” in the CSS above with a hex value.