• Hello,

    Is there a way to make the logo that you upload in the Site Identity tab not automatically switch to a circle? I like the border it adds, that looks awesome, but would like a rectangle logo if possible!

    Thank you!

Viewing 1 replies (of 1 total)
  • Hello @emaki93,

    To display the logo image into rectangular shape with the current border please paste in the following custom CSS in your Admin Dashboard > Appearance > Customize > Theme Options > Custom CSS :

    .photo-section span img {
    
    border-radius: 0;
    
    }
    .photo-section span {
    border-radius: 0;
    }

    Hope this Helps,

    Best Regards !!

Viewing 1 replies (of 1 total)

The topic ‘Non-Circular Logo’ is closed to new replies.