Logo to navigation menu
-
Hi,
Is it possible to add the logo to the top left of the navigation menu?
Thanks for the help,
CeciliaThe blog I need help with is: (visible only to logged in users)
-
Hi Cecilia, let’s start with this. I grabbed the image you have right below the header area, which appears to be your logo. Go to Customize > CSS, delete all the informational text in that window, and paste in the following custom CSS and let me know your thoughts.
.header-top { background: url('https://themarketingb0utique.files.wordpress.com/2014/06/logo1withpink-resized-a.jpg?w=1120') no-repeat scroll left top / 100px auto; } .header-top .wrap { margin-left: 100px } @media screen and (min-width: 60em) { .header-top .wrap { width: auto; margin-left: 150px; } .header-top { background-size: contain; } } -
Hi,
That looks awesome. Thank you.
Would it be possible to add a hyperlink to the image, to go back to home?
Cecilia
-
Great! No, we can’t add hyperlinks with CSS. It’s just a styling and positioning document used by the browsers.
- The topic ‘Logo to navigation menu’ is closed to new replies.