Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #43893
    Irina
    Member

    Hi,
    photos have a nice frame at this theme when they don’t have a description. When there is a description though, it looks like a Polaroid photo in WordPress. On the actual site you can hardly see the grey background and there is a line in front of the description. Have a look here:
    http://www.aussiebuschfunk.net/wildblumen-im-suedwesten-australiens-2/
    How can I change it? And is there a way that even the photos with description have a simple frame like the ones without?
    I would be very grateful for any help!
    Thanks and kind regards,
    Irina

    #43913
    Sakin
    Keymaster

    @Irina: You can add the following css in “Appearance => Theme Options => Custom CSS” box.

    .wp-caption {
        background: none transparent;
        border: 1px solid #ccc;
        box-sizing: border-box;
        max-width: 100%;
        padding: 5px;
    }
    #43931
    Irina
    Member

    @Sakin: Thank you, that looks much better! But how can I get ride of that line in front of the description and can I have the description in the center?
    Thanks!!!

    #43946
    Sakin
    Keymaster

    @Irina: Yes sure. You can add the following css in “Appearance => Theme Options => Custom CSS” box.

    .wp-caption .wp-caption-text:before {
        content: none;
    }
    .wp-caption .wp-caption-text {
        padding-left: 0;
        text-align: center;
    }
    #43960
    Irina
    Member

    @Sakin: Thank you so much! Looks perfect now!!!

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Photo Frame’ is closed to new replies.