Step 1: Go to "Layout" in Blogger and add somewhere a HTML-widget (it doesn't matter where, it won't show)
Step: 2: Add the code below
<style type="text/css">
.post-title:before,
.post-title:after {
content: url(INSERT URL OF GIF HERE);
}
</style>
If you want it only on the left, delete the part .post-title:after.
If you want it only on the right, delete the part .post-title:before,
Insert the url of the gif you want to use inside of the brackets, for this you can upload it on a page that is not linked in your blog and copy link from there.
This is for post title only...if you want more then copy paste the grey part and insert underneath each other..
Here are more title options:
.widget .title:before,
.widget .title:after
for widget titles
.date-header:before,
.date-header:after
for the date
.widget.Image h2:before,
.widget.Image h2:after {
for title of images..
There could be more, you have to search how the widgets are called in the HTML if you want to add more...these are the ones I use

0 件のコメント:
コメントを投稿