By georgiebon on
The primary links on my modified bluemarine theme site are delimited by |. I would like to change this to an image but seem to find any info on this. Any help would be appreciated.
Thanks,
~g
The primary links on my modified bluemarine theme site are delimited by |. I would like to change this to an image but seem to find any info on this. Any help would be appreciated.
Thanks,
~g
Comments
You can do this with css
Add the following (at the bottom) to you style.css file (in the bluemarine folder)
This removes the line currently there, adds an image 'eye.png' (which is also in the bluemarine folder) and then adds some padding to the left to make room for the image. Since that actually places an image in front of all the primary links you may also want to add this
Which will remove the image from the first link.
Didn't work for me... Ay
Didn't work for me... Ay other suggestions?
Sorry, missed it was 4.7, here is one way for 4.7
In page.tpl.php find
and change to
and then in style.css add
Thanks Nevets - that helped
Thanks Nevets - that helped alot :)