Viewing 1 replies (of 1 total)
  • Moderator Mel Choyce-Dwan

    (@melchoyce)

    Hi there,

    You can use this CSS to make the header area a square, and make your header image fully opaque:

    .site-branding {
    	-webkit-border-radius: 0;
    	-moz-border-radius: 0;
    	border-radius: 0;
    }
    
    .custom-header .site-branding:before {
    	background-color: transparent;
    	-webkit-border-radius: 0;
    	-moz-border-radius: 0;
    	border-radius: 0;
    }
Viewing 1 replies (of 1 total)

The topic ‘Changing Circle shape’ is closed to new replies.