• Resolved sinergyinaction

    (@sinergyinaction)


    Hi,
    I set the default text color for my webpage to white, but when the images of the gallery are displayed they display the legend/caption color black and gray.
    How can I change this within the plugin itself? Is this even possible?
    Regards

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Support elviiso

    (@elviiso)

    Hi @sinergyinaction

    To change the color of the caption or description text, you’ll need to use some simple custom CSS and add it to the Custom CSS section that’s on the Edit section of the gallery, shown in this linked image: https://prnt.sc/K1c7z1Dk3lgi

    With that said, I can see that you have already added the necessary CSS to ensure that the caption and description are both white, which is great!

    If you need any more help, please let me know.

    Kind regards,
    Elvis

    • This reply was modified 1 year, 10 months ago by elviiso.
    Thread Starter sinergyinaction

    (@sinergyinaction)

    Hi @elviiso
    I added the following line within the custom css section:

    color: white;

    but it didn’t work!
    I had to resort to put some css on the custom code section of my theme.
    Why do you think that css I used in the gallery css section doesn’t work?
    Kind regards

    Plugin Support elviiso

    (@elviiso)

    Hi @sinergyinaction

    It seems like my explanation was not clear enough and my apologies for that.

    In the “Custom CSS” textbox, you are supposed to add the entire CSS code and not just the CSS properties as you did. For example, in your case, you can add the CSS code below to the Custom CSS section to change the caption and description on your page to red:

    .fg-simple_portfolio .fg-caption-inner .fg-caption-title,
    .fg-simple_portfolio .fg-caption-inner .fg-caption-desc {
        color: red;
    }

    You can change the color to your preferred color and then add it to the Custom CSS section and save changes.

    Kind regards,
    Elvis

    Thread Starter sinergyinaction

    (@sinergyinaction)

    A-ha! ok I see now.
    BTW, is there any specific advantange in including this css code there instead then in the theme’s custom css area?
    Kind regards

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘How to change images legend/caption text color?’ is closed to new replies.