ElkArte Community

Project Support => Support => Topic started by: ahrasis on September 17, 2016, 09:31:12 am

Title: Home Icon In LinkTree
Post by: ahrasis on September 17, 2016, 09:31:12 am
I wish to replace home icon with forum name in the linktree. The linktree should also be hidden in the boardindex. I also wish category is hidden too. What is the best way to do it?
Title: Re: Home Icon In LinkTree
Post by: emanuele on September 19, 2016, 04:27:24 am
1.0 or 1.1?
I feel in both cases you can achieve that with CSS alone, probably different selectors.
Title: Re: Home Icon In LinkTree
Post by: ahrasis on September 19, 2016, 08:28:49 pm
Actually, when I posted, I wasn't thinking very well. I already know how to do that (I have a mod for that on SMF).

But css can do that? How to achieve that using css?
Title: Re: Home Icon In LinkTree
Post by: Antechinus on September 19, 2016, 10:36:38 pm
No, you can't do it with CSS. You'd need a PHP edit as well. The default CSS just hides the text that says "Home". You'd need to replace that with a PHP string that calls the forum name.

What do you mean about hiding the category? Do you want to hide the name, or the category itself?