Title: [S] Changing Certain Icons
Squirrelsy - February 21, 2008 07:43 PM (GMT)
I've looked all over the Docs and what not trying to find this and, if there is a subject about this then I must've been blind, but I need help on how to change the Help, Search, Members, and Calender icons at the top of the forum - just underneath the banner.
I know it can be done but I just don't know how. Can someone throw me a bone and not hit me in the head with it? :D
Silver Wolf - February 22, 2008 06:17 AM (GMT)
All I know is it's a code. Try looking under the Support Forums for invisionfree. I'm assuming that's who you're usin ... They have a code index.
tan-tan - February 27, 2008 08:27 AM (GMT)
Go to Manage Style Sheets and CTRL F for Calendar and etc. You should find links of such and simply change their image.
Roswenth - February 27, 2008 12:39 PM (GMT)
I believe there are several documentations at IFSZ on that subject. There's a number of ways design-wise on how to add a new one. Often I just put something like <a href="link">Index</a> | <a href="link">Members</a> | and so on...
To turn off the submenu, you put #submenu { display: none;} in the CSS.
SpazzyMal - February 28, 2008 08:03 AM (GMT)
I'm not sure how to change the icons other than to simply create a new submenu, as Roswenth mentioned. There are plenty of tutorials on how to do that on IFSZ. But, alternatively, if you'd like to keep the standard submenu, to simply get rid of the images completely you use #submenu img { display: none; }. I know that's not what you asked for, but if the images are just bothering you and you wouldn't mind getting rid of them, there's the code. ^_^
ShinLi - June 19, 2008 12:33 PM (GMT)
Your topic has been solved and moved to the 'Solved Support Topics' forum! Still have a question, or something isn't clear yet? Open up a new topic, but be sure to be more specific this time!