Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #94662
    Thomas
    Participant

    Hi,

    when i insert a Picture into a post, with a caption (like name or town), the colour of frame/border is white and the font colour too.

    How can i Change the Border Color of the insert Pictures into background-colour?

    #94709
    Mahesh
    Keymaster

    @t-dubbis: If you mean to remove the border color and caption background, go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:

    .wp-caption {
        background: none;
        border: none;
    }

    Let me know if any problem.

    Regards,
    Mahesh

    #94713
    Thomas
    Participant

    Yes! It works. Thanks for your great support!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Pictures in Post’ is closed to new replies.