Background color of image caption

  • Author
    Posts
  • #119957

    Hi
    I’ve been attempting to change the background color of image captions but seem unable to.
    I’ve checked out all colors set in Parabola settings & all colrs everywhere else in WordPress but none of them match the color used for the image caption background.
    Please! How do I change it?

    #120257
    Zed
    Cryout Creations mastermind

    Hi,

    Parabola’s caption colors are not directly configurable. The selectable caption options use predefined appearances. To tweak them you’ll need to rely on custom CSS:

    body #content .wp-caption {
        background-color: #123;
        color: #456;
    }

    If you like our creations, help us share by rating them on WordPress.org.
    Please check the available documentation and search the forums before starting a topic.
    #120350

    Thank you.
    That worked fine.

Viewing 3 posts - 1 through 3 (of 3 total)

The topic ‘Background color of image caption’ is closed to new replies.