• Closed
  • Marco Alvarado
    Spectator
    December 12, 2014 at 4:19 am #13763

    How can I get the images on the site to have no border?

    Thanks.

    QualityTimeDivers.com

    Alok Maheshwari
    Spectator
    Posts: 303
    December 12, 2014 at 5:49 pm #13765

    Try the following css

    .entry-content img
    {

    padding:0px;
    border: 0px;
    background-color:transparent;

    }

    Marco Alvarado
    Spectator
    Posts: 12
    December 12, 2014 at 8:05 pm #13766

    Thanks.

    This was also helpful;

    box-shadow: none;