Replacing page title text with an image in Harmonic theme
-
Hi,
I’m trying to replace my page title text with an image (company logo) in Harmonic theme. I also need the ability to resize the image once its on the page. No matter what size I make the image before inserting, it is always the same size once inserted. Can someone please provide me with the CSS code to do this?
Thanks in advance
The blog I need help with is: (visible only to logged in users)
-
Hi there!
Logos are usually smaller (as opposed to header images which tend to be bigger) so the theme will use a preset size.
You can override that size on Harmonic by increasing the width with this snippet:
img.site-logo { max-width: 100%; }Or, you can specify a specific width:
img.site-logo { max-width: 400px; }Let me know how it goes!
- The topic ‘Replacing page title text with an image in Harmonic theme’ is closed to new replies.