
Originally Posted by
untitled10101
Hello,
Sorry if this double post gets people mad, but I thought I should clarify my question:
I have a bunch of ez-pages; contact us; about us; etc...
The links are appearing in my header.
I would like to change this links so that they display as an image instead of text.
Any help would be greatly appreciated....
Thanks

Originally Posted by
cherry_red_boutique
I'm also trying to do the same thing, but I wasn't able to find anything in the forums


Originally Posted by
BDCreations
Ditto - same here and have been seraching for days but can find nothing...even in the tuts instructions on changing to images does not apply to all sidebox content as I cannot change the IMPORTANT LINKS, WHO'S ONLINE or SEARCH from text to images...
Anyone know???
You can style the links in your stylesheet.css
find and/or add the following declaration:
Code:
#navEZPagesTop a {
padding: 0 0.5em 0 0.5em;
background-image: url(../YOUR_IMAGE.???) no-repeat;
color: #854401;
}
add a background-image (as indicated by the highlighted portion) and adjust the padding and color to whatever you need.