add a different branding logo on a blog post pages
-
Hi, can I add a different logo only for my blog pages?
The blog I need help with is: (visible only to logged in users)
-
Hi inesbouvet
Try adding this line of custom CSS:
.blog div.site-branding { content: url(http://LinkToYourNewBlogLogo); } -
To add custom CSS
Select Appearance > Customize > CSS from your Admin Dashboard and enter the custom CSS there.
-
You will need to load your new blog logo image to your Media Library, get the link to the image from the Attachment Details page for the image and insert the link in the CSS code I gave you above.
- The topic ‘add a different branding logo on a blog post pages’ is closed to new replies.