• Resolved mattsmith84

    (@mattsmith84)


    I’m trying to make my logo circular. I’ve found ways to do this for an image on a post but can’t seem to figure it out for the custom logo img in the header on home page.

    Thank you!

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • You need to create the logo with transparency outside of the circle you want around your logo. You have to do this in a paint program. I hope that helps.

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Your logo is rectangular. First make it square, then apply this to the Additional CSS part of the dashboard:

    
    .custom-logo {
        border-radius: 100%;
    }
    
    Thread Starter mattsmith84

    (@mattsmith84)

    Thank you both! The extra CSS worked great once I squared it off. Thanks again

    Thread Starter mattsmith84

    (@mattsmith84)

    resolved

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Make Custom Logo circular’ is closed to new replies.