• Resolved Zach

    (@zachcook)


    Hello,
    I would like to remove the circle around the custom header to make the image stand out more.
    i have scrolled through the code and i could not find anything
    please can you help?

    Thanks Zach

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

    (@melchoyce)

    Hi there,

    If you just want to make the logo a square, you can do it using this code:

    .site-branding {
    	-webkit-border-radius: 0;
    	-moz-border-radius: 0;
    	border-radius: 0;
    }
    
    .custom-header .site-branding:before {
    	-webkit-border-radius: 0;
    	-moz-border-radius: 0;
    	border-radius: 0;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Headers’ is closed to new replies.