Add logo to blog headings
-
Hi,
I’m using the theme Tarski and I’m quite new to CSS. I don’t know if this is possible but what I’d love to do is add a small logo that appears every time I add a new blog post – next to the heading. Can anyone tell me if this is possible and if so how?
Many thanks
The blog I need help with is: (visible only to logged in users)
-
I used a WordPress logo as an example image. You can adjust the url(), padding, and height values to match your needs.
.post-title { display: block; background: url(http://s.wordpress.org/about/images/logo-blue/blue-s.png) no-repeat; padding-left: 60px; min-height: 50px; }
- The topic ‘Add logo to blog headings’ is closed to new replies.