Change homepage logo to custom one
-
I want to be able to upload my logo to my Revelar theme. Is there a way to do this?
The blog I need help with is: (visible only to logged in users)
-
Your theme doesn’t include support for a site logo, but lots of the other themes do.
If you like your current theme and don’t want to switch and are on a paid plan you could add in a logo via CSS. If this is an option then upload your logo at the desired size to your media library, post the image URL here and let me know where you want it to appear and I’ll try to help.
-
-
Go to the CSS section of the site customiser and then copy this code:
.site-title { background: url("https://barewithmeco.files.wordpress.com/2016/07/bare-with-me.png") no-repeat; background-size: contain; text-indent: 100%; white-space: nowrap; overflow: hidden; min-width: 100px; }You will probably want to use a different image as that is black text on a grey background. It’s also a really huge file so you could do with uploading it at the desired size rather than setting the size with CSS.
-
- The topic ‘Change homepage logo to custom one’ is closed to new replies.
