Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #56723
    Alexey
    Participant

    Hello Sakin,
    how to change the background color around the picture? How to remove the background and border around the picture?
    Radikal

    #56913
    Sakin
    Keymaster

    @Alexey: That is caption image and you can remove border and background in caption by adding in the following css in “Appearance => Customize => Theme Options => Custom CSS Options” box:
    .wp-caption { background-color: transparent; border: none; }

    #57266
    Alexey
    Participant

    Thanks,
    How to remove a border around the picture in galery?

    #57273
    Sakin
    Keymaster

    @Alexey: You can add the following css in “Appearance => Customize => Theme Options => Custom CSS Options” box:
    #main .gallery img { border: none; }

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘background color around the picture’ is closed to new replies.