• I even had someone “redo” the signature on Fiverr to make sure it was transparent. It still has a white box around it. There was an old post in here but the person just said that the person’s logo wasn’t transparent. Mine definitely is.

    The signature is way down the page after the article part and says “Anne” and the logo is below the photo under that with a dog, cat, horse in a purple.

    Thank you for any insight.

    • This topic was modified 5 years, 7 months ago by aangel2.

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi Anne,

    I can confirm that the logo IS transparent. This will be down to your theme, which is also adding the box around the outside too.

    I would recommend reaching out to your theme developers – I believe this is a premium theme, so you’ll need to contact them directly, via wherever you purchased it from.

    It looks like you have the following css:

    article .single-post-content img {
        box-shadow: 1px 1px 5px rgba(0, 0, 0, .5);
        border: 10px solid #fff !important;
    }

    This is creating a border and shadow around images in the page.

    The actual image is transparent.

    • This reply was modified 5 years, 7 months ago by Yorick Brown.
    Moderator cubecolour

    (@numeeja)

    You can remove the box shadow from just those images – as long as you are using the same images on each page by adding the following CSS rule to your custom styles section of the WordPress customiser:

    
    img.wp-image-3080,
    img.wp-image-3041,
    img.wp-image-3047 {
       box-shadow: none!important;
    }
    
    Thread Starter aangel2

    (@aangel2)

    Thank you for your responses.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Signature and logo are not transparent on my blog’ is closed to new replies.