• Hi WordPress!

    I need some help formatting my image gallery backgrounds and image captions.

    On my image galleries there is a white outer border around the pictures that I would like to be black but I don’t know how to change this?

    Also, in my last two posts my image captions don’t appear on my site. I don’t know why this has changed as they showed up on all previous posts? Do I need to change the colour of the font to make them appear? And if so, how do I do that?

    Many thanks in advance!!

    Donna

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • sacredpath

    (@sacredpath)

    Automattic Happiness Engineer

    Hi Donna, give this a try and see if it is what you are wanting.

    .gallery .gallery-item, .gallery .gallery-item::before {
    	border-color: #000;
    }
    Thread Starter thatssocool

    (@thatssocool)

    Hi sacredpath,

    Thanks you SO much for your reply, it’s exactly what I needed!!

    I am still missing the captions on my images though – do you happen to know why that might be and how to rectify?

    Thanks for your help!!

    Donna

    sacredpath

    (@sacredpath)

    Automattic Happiness Engineer

    The caption text is black and so is the background. This changes the caption text to white so that it will show up.

    .gallery-caption, .wp-caption-text {
    	color: #fff;
    }
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Image Gallery Background & Caption Text’ is closed to new replies.