• I’ve tried this but it doesn’t work:

    #masthead {
    	-moz-box-shadow: none;
    	-webkit-box-shadow: none;
    	border-radius:0;
    	-moz-border-radius:0;
    	-webkit-border-radius:0;
    }
Viewing 1 replies (of 1 total)
  • Thread Starter charles_i

    (@charles_i)

    It’s OK – I got it – it’s here:

    img.header-image {
     margin-top: 0;
     padding-top: 0;
     -moz-box-shadow: none;
     -webkit-box-shadow: none;
     border-radius:0;
     -moz-border-radius:0;
     -webkit-border-radius:0;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘How do I remove rounded corners on the header image?’ is closed to new replies.