Topic Resolution: Resolved
  • Closed
  • Esther Ruiz
    Spectator
    July 8, 2016 at 12:06 pm #28839

    When I upload images to my page, the template puts a white background color behind them.
    How I can change this to make it clear?
    I´m using png images, and I want them to be transparent

    Thank you in advance

    Esther Ruiz

    Daniel Jones
    Spectator
    Posts: 148
    July 8, 2016 at 1:00 pm #28842

    Hi Esther,

    Thanks for contacting us.

    Kindly could you share with me the link to the page so that I can figure out the issue and help.

    Looking forward to your reply.

    Esther Ruiz
    Spectator
    Posts: 19
    July 18, 2016 at 1:31 pm #29169

    Hi Daniel,

    You can see in this post. http://valledental.es/transparencia/
    The background of my page is gray .
    Both icons are transparent ( png archives ) .
    However, the template applies them white background and I don´t know how to remove the white background to show them transparent.

    Thank you in advance

    Esther Ruiz

    Roman
    Spectator
    Posts: 3147
    July 18, 2016 at 7:12 pm #29177

    insert in Theme Options -> Custom CSS:

    .entry-content img {
    box-shadow: none;
    border: none;
    background: none;
    }

    problem solved 😉

    Esther Ruiz
    Spectator
    Posts: 19
    July 18, 2016 at 7:27 pm #29179

    Efectively! The problem is solved

    Many thanks 😉

    Esther