How to change title with an image in the theme 'Motion'?
-
I didn’t see any changes when I just copied the code thing about and put it in the style sheet.. What do I do wrong? Thank you for all help!
-
Did you copy/paste the second and not the first? Also if you are using the preview, it sometimes will not show the changes, but if you force refresh the preview page it will.
-
HURRAY! it worked.. and if I wan’t it to be a little bit darker I change with the image url? have uploaded one, but don’t know how it will look.. (1 px, 60% black)
You are the best!
-
Yes, get the URL of the image you uploaded and replace the images in the all the background declarations where the lighter one was used.
-
And there is one place I missed where you will want to change the URL. It’s the background for the widget titles.
#sidebar h3 { background: url("images/blacktrans.png") repeat scroll 0 0 transparent; } -
-
just the background for the widget boxes (the content under title) seems lighter than the rest.. Sorry to bother you!
-
You missed a couple:
#sidebar ul li.boxed { background: url("http://trolldolls.files.wordpress.com/2011/05/1px.png") repeat scroll 0 0 transparent; } #footer { background: url("http://trolldolls.files.wordpress.com/2011/05/1px.png") repeat scroll 0 0 transparent;
- The topic ‘How to change title with an image in the theme 'Motion'?’ is closed to new replies.