• Closed
  • Marco Alvarado
    Spectator
    12.12.2014 at 04:19 #13763

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

    Thanks.

    QualityTimeDivers.com

    Alok Maheshwari
    Spectator
    Posts: 303
    12.12.2014 at 17:49 #13765

    Try the following css

    .entry-content img
    {

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

    }

    Marco Alvarado
    Spectator
    Posts: 12
    12.12.2014 at 20:05 #13766

    Thanks.

    This was also helpful;

    box-shadow: none;