• Hi there,

    Please can you tell me how to change the wording below my images to a darker colour i.e black. The writing is rather faint against my chosen background.

    Also, I’d like my ‘Gallery’ link to be darker too.

    Many thx
    Lisa
    petitepops.co.uk

Viewing 4 replies - 1 through 4 (of 4 total)
  • Jason King

    (@jasoncharlesstuartking)

    This CSS code would darken your captions. Change the colour to #000 if you want black text.

    .wp-caption-text {
        color: #333;
        }

    Do you know where to add that code? Your theme might provide a Customisation option to add CSS code. Or you install a Custom CSS plugin. Or you could add it to your child (not the original theme).

    How did I figure that out? By looking at your page and right clicking and choosing “Inspect Element”. The browser has a tool to help you see what CSS code is in use. Try it yourself and see if you can work out how to alter the link to the gallery.

    Thread Starter petitepops16

    (@petitepops16)

    Many thanks, I haven’t a clue as to what you are talking about, but I’ll give it a go. 🙂

    Thread Starter petitepops16

    (@petitepops16)

    Jason,

    Inspect Element doesn’t come up as an option for me I’m afraid. I’m working on Safari..will that make a difference?

    Jason King

    (@jasoncharlesstuartking)

    That’s one browser I’ve never used. Not sure. Try a different browser?

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Change font colour below images’ is closed to new replies.