replacing Title with logo image
-
Hello,
I am trying to replacing the title text on this theme with an image.
The theme, unfortunately, does not have automatic support for logos.Is there a way to fix this with css or html?
Thank you,
The blog I need help with is: (visible only to logged in users)
-
Hi, I took a look in your media library and found an image that looks like the one you intended to use. Go to Customize > CSS, delete all the informational text in that window, and paste in the following custom CSS and let me know how that looks for you. If you want to use a different image, simply replace the URL between the quote marks in the background declaration.
#site-title { background: url("https://casalaxmi.files.wordpress.com/2016/09/casa-laxmi-logo.png") no-repeat scroll left top / contain; } #site-title a { color: rgba(0, 0, 0, 0); }
- The topic ‘replacing Title with logo image’ is closed to new replies.