• Resolved lradden

    (@lradden)


    Hi I am trying to get rid of the shadow/border on .header-image by modifying it in my custom css sheet.
    .header-image {
    /*remove the border on the header image */
    border-radius: 0px;
    box-shadow: 0 0px 0px rgba(0,0,0,0.2);
    }

    But it still appears. Help! Thanks!

Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘twenty twelve remove shadow on header image’ is closed to new replies.