-
|
Hello, first of all, thanks for this beautiful theme. Environment
Expected behaviorSteps to reproduce the behaviorI created a folder img in assets and put logo.png in it. then I added this line -> logo : assets/img/logo.png on _config.yml. Thanks for your help, Best regards, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
You'll need to customize the theme's CSS. You can change the |
Beta Was this translation helpful? Give feedback.

You'll need to customize the theme's CSS.
Currently
.site-logosets the image to 50x50 pixels in a circle.You can change the
widthandheightin this Sass partial and removeborder-radius: 50%to get rid of the rounded corners.