Remove Border around uploaded images

Discussion in 'Compass WordPress Theme' started by imogen, Feb 19, 2015.

  1. imogen

    imogen Member

    Joined:
    Oct 15, 2013
    Messages:
    56
    Likes Received:
    0
    How would I remove the border (colour #eee) from my images?

    Saids the file is index but I cannot find it via ftp.

    Many thanks in advance
     
  2. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hi imogen!

    Please paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    .page_content .fullwidth img {
    border:none !important;
    }
    Thanks,
    Praveen
     

Share This Page