Archived topic
How to put a logo icon alongside the site title in the header
3 replies · Started by Data on July 3, 2022
Viewing posts 1–4 of 4
I want to show a logo (small jpeg icon) on the left side of the text "CuteStrong" in the header.
[icon] CuteStrong
Hi Data,
You should be able to upload your logo at customizer > site identity.
Once the logo is uploaded, we can see if there's any CSS is needed to position the logo.
yes added, just want to reduce the space between icon and text
Try this CSS:
.site-branding-container .site-logo {
margin-right: 0;
}
This archived topic is closed to new replies.