Open hzlzh opened 11 years ago
You can cover the old image named all.png by tools like Photoshop Location: http://xxxx.xxxx.com/wp-content/themes/dot-b/images/all.png
old image
all.png
Photoshop
http://xxxx.xxxx.com/wp-content/themes/dot-b/images/all.png
Add a new CSS style to the theme file style.css to the bottom. Please save that image into your FTP and replace the image URL.
style.css
#header #rss { background: url("https://dl.dropboxusercontent.com/u/13642414/temp/facebook.png") repeat scroll 0 0 transparent; } #header #rss:hover { background: url("https://dl.dropboxusercontent.com/u/13642414/temp/facebook.png") repeat scroll 0 0 transparent; }
then you can see the new image there like the screenshot belwo:
#header #rss { display:none; }
to remove that RSS icon.
One way:
You can cover the
old image
namedall.png
by tools likePhotoshop
Location:http://xxxx.xxxx.com/wp-content/themes/dot-b/images/all.png
Another way:
Add a new CSS style to the theme file
style.css
to the bottom. Please save that image into your FTP and replace the image URL.then you can see the new image there like the screenshot belwo: