• whalingcitycottage

    (@whalingcitycottage)


    Hi! I’m using child themed Genesis for my blog, which was designed by a contractor. I know nothing about CSS. When I add photos with a caption, a gray border/box appears around the picture. How do I make that go away. The style css is so long and confusing. Please help!
    Thank you!

Viewing 1 replies (of 1 total)
  • vtxyzzy

    (@vtxyzzy)

    It is very difficult to help with this type of problem without being able to view the site. If you post a link to your site where the problem can be seen, someone may be able to help you.

    You should create a Child theme to make your changes. If you do not, all of your changes will be lost if you update your theme.

    You can test this by adding it to the end of your theme’s style.css, but to make it permanent, create a child theme:

    .wp-caption { border: none; background-color: rgba(0,0,0,0); }
Viewing 1 replies (of 1 total)
  • The topic ‘gray border around captioned images’ is closed to new replies.