Add logo on menu
-
Hi!
I want to add the logo on my website on the top menu.
I am creating the website with wordpress.com so I have no possibilities to download widgets.Can any body tell me if this is possible and how?
Besides I can add my logo at ‘site Identity’ which I did but I can not find this anywhere.Would be great is someone could help
Best
The blog I need help with is: (visible only to logged in users)
-
Hi, where exactly are you wanting your site logo? Do you want it to replace the site title at top left?
The following would add your logo at top left and make the standard site title invisible. Go to Customize > CSS, delete all the informational text in that window, and paste in the following custom CSS.
.site-title { background-image: url("https://rosedalecreations.files.wordpress.com/2016/10/rosedale-creations-logo-kleiner.jpg"); background-size: contain; background-repeat: no-repeat; height: 100px; } #masthead h1, #masthead h1 a, #masthead h2, #masthead h2 a { color: rgba(0, 0, 0, 0); }
- The topic ‘Add logo on menu’ is closed to new replies.