• Resolved RedTravelMaster

    (@redtravelmaster)


    Hello,

    I am attempting to change the color of text in the image descriptions (when the image is large-sized. I found an earlier post on this issue and have removed !important after bwg_image_description and bwg_image_title, then set a CSS style as:

    `.bwg_image_description {
    color: #000304;
    }
    .bwg_image_title {
    color: #000304;
    }

    This is not working. I appreciate all assistance.

    Thank You

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

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

    (@kimabaghdasaryan)

    Hi,

    Please add the following CSS code for changing the color of Titles:

    .bwg-title2 {
        color:  #000304 !important;
    }

    Thanks!

    Thread Starter RedTravelMaster

    (@redtravelmaster)

    Thank You for your response. But it does not appear this code is working. I added the CSS code to the Theme “Additional CSS” customizer. Is this the correct place to add it?

    To test, I set the color code to #E22222 (Red), and there was no change in the lightbox title.

    I also noticed that the Hero text on the Gallery “Preview Image” is different between MS Edge and Chrome. In Edge, this text is white, which is good for my site as the images are fairly dark. In Chrome, the hero text is black.

    So I would like to set the lightbox title and description to a dark color (#000304), but the hero text on the Gallery Preview Image to be a light color (#ffffff). I did go back into the plugin text and replaced !important after bwg_image_description and bwg_image_title, which I removed earlier.

    Example pages:
    https://uss-scamp.net/index.php/bwg_album/uss-scamp-photo-gallery/

    I appreciate your assist.

    Ron

    Plugin Support Kima Baghdasaryan

    (@kimabaghdasaryan)

    Hi,

    Please check the following gif . As you can see, the title is red now. Don’t you see this change on your side?

    Can you please provide a screenshot of Hero text? I cannot find this part in your gallery.

    Thanks!

    Thread Starter RedTravelMaster

    (@redtravelmaster)

    Hello Kima,

    Yes, the titles did change red – I think I have an issue with my cache. The title text changed red several hours after I posted my message.

    This link is to one of my existing galleries.

    I’ve Image Gallery Example

    If you go into one of the galleries, then click on one of the thumbnails, you’ll see the large image with text below it. For my galleries, the descriptions are important as many of these images are historical and need supporting information.The text of the titles and descriptions is so light, blending in with my images, the text is difficult to read. This is the text I am trying to change color.

    I appreciate your assistance with this.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Changing Color of Image Descriptions’ is closed to new replies.