• Resolved kate.morrison

    (@katemorrison)


    Hi,

    I would like to change the shape of the circle in the top left of the FLounder homepage to a rectangle to fit my project logo and to stop it from fading the colours – is this possible? I have the appearance editing version but know very little about CSS!

    Many thanks,
    Kate

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.