Logo Image
The topic ‘Logo Image’ is closed to new replies.
Need help? Check out our Support site, then
How do I make the image a circle and not a square? Like the original theme.
The blog I need help with is: anxietygirlz.wordpress.com
@anxientygirlx: I just saw that you already prepared an image with a circle, that is actually the easiest way to do it and works fine. In case you have the Custom CSS option you could also add the following CSS to your image to create a circle:
#site-title a.logo img {
-webkit-border-radius: 100px;
-moz-border-radius: 100px;
border-radius: 100px;
}
Best, Ellen
Thank you!
The topic ‘Logo Image’ is closed to new replies.