I want to swapp out site title with logo
-
Is it possible in the Profile_theme to change the site title with a logo?
I have bought the “custom design” so that I can make changes in the CSS, but I don’t know what to write??!??!?!?!?
The blog I need help with is: (visible only to logged in users)
-
These are the basics. Create the image, upload it to your media library, bet the URL of that image and then replace URL_OF_IMAGE between the quote marks below with that URL. Go to Appearance > Customize > CSS, delete the informational text and then copy and paste the following (with the URL added) at.
#header .site-title { background: url("URL_OF_IMAGE") no-repeat scroll center top rgba(0, 0, 0, 0); } #header .site-title a { color: rgba(0, 0, 0, 0); text-shadow: none; } -
Right now, the the site title takes up about 330px x 50px. If your new image is larger or smaller, then we can adjust for that after you get the image created, uploaded and the above CSS added.
- The topic ‘I want to swapp out site title with logo’ is closed to new replies.