PLEASE NOTE: These forums are no longer utilized and are provided as an archive for informational purposes only. All support issues will be handled via email using our support ticket system. For more detailed information on this change, please see this blog post.

Make PNG files transparent?

  1. At http://gateslosangeles.com/free-estimate, the second image in the form is a transparent png file (http://gateslosangeles.com/wp-content/uploads/2012/10/GateCategories3.png) I don't understand why it's transparent everywhere but in this form. Could someone help me?

    Posted 11 years ago on Friday October 12, 2012 | Permalink
  2. I don't see that image in your form at all. A reference to it does not exist in the source either. Can you post a screenshot of where the image shows up for you?

    Posted 11 years ago on Saturday October 13, 2012 | Permalink
  3. It's so ugly that I took it out of the form over the weekend. But I just posted it again, this time at the very end of the form.

    http://gateslosangeles.com/free-estimate

    Posted 11 years ago on Monday October 15, 2012 | Permalink
  4. David Peralty

    The following rules are being applied from your theme:

    .hentry img {
    background: #F3F3F3;
    border: 1px solid #CFCFCF;

    Line 663 of your style.css

    Posted 11 years ago on Monday October 15, 2012 | Permalink
  5. Thank you.

    So, tell me, is there a way to override that for this post?

    It's on my list of things to do to learn CSS (truly) but I am not there yet. Is there some code that I might add to the end of my style sheet?

    I will also ask my theme's support, but I am not certain that they will advise and just seeing if you will.

    Thanks for your prompt response to the initial question.

    Dan

    Posted 11 years ago on Monday October 15, 2012 | Permalink
  6. David Peralty

    Try the following at the end of your theme's style.css

    .hentry img {
    background: transparent !important;
    border: none !important;
    }
    Posted 11 years ago on Tuesday October 16, 2012 | Permalink
  7. Thanks very much. It worked perfectly and I reported customer satisfaction with you at my premium theme's support forum (ithemes.com). thanks very much.

    Posted 11 years ago on Tuesday October 16, 2012 | Permalink
  8. Thank you for the update. I missed that you removed the image over the weekend, but David Peralty picked it up. Thanks for the feedback.

    Posted 11 years ago on Tuesday October 16, 2012 | Permalink

This topic has been resolved and has been closed to new replies.