The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Removing the header features and Image click

2 posters

Go down

Removing the header features and Image click Empty Removing the header features and Image click

Post by qwazz July 27th 2009, 5:37 pm

I want to remove

Your last visit was on Sun 26 Jul 2009 - 14:38
Current date/time is Mon 27 Jul 2009 - 15:31


View posts since last visit
View your posts
View unanswered posts

Today's active topics
Today's top 20 posters
Overall top 20 posters
Delete the forum cookies

In the appearence templates general, under what category?


AND

I Have images in my forum main page (like this one https://2img.net/i/fa/fdf/palette.png )

I want so when you click it it will go to the forum/category thingy


Last edited by qwazz on July 27th 2009, 6:12 pm; edited 1 time in total
avatar
qwazz
Forumember

Posts : 31
Reputation : 0
Language : english french
Location : Ottawa

Back to top Go down

Removing the header features and Image click Empty Re: Removing the header features and Image click

Post by ankillien July 27th 2009, 5:54 pm

Go to Admin CP > DIsplay > COlors > CSS...
Add this code there and save.
Code:

td.gensmall a.gensmall {
display : none;
}

span.gensmall a {
display : none;
}
ankillien
ankillien
Energetic

Posts : 5198
Reputation : 129
Language : English, XHTML, CSS, JS, PHP, SQL

Back to top Go down

Removing the header features and Image click Empty Re: Removing the header features and Image click

Post by qwazz July 27th 2009, 5:59 pm

A third kudos lol

Anyways what about the calendar widgets and that? And the last visit?
avatar
qwazz
Forumember

Posts : 31
Reputation : 0
Language : english french
Location : Ottawa

Back to top Go down

Removing the header features and Image click Empty Re: Removing the header features and Image click

Post by ankillien July 27th 2009, 6:05 pm

Ok...my bad Very Happy
Try this code instead...

Code:
td.gensmall a.gensmall {
display : none;
}
span.gensmall a.gensmall {
display : none;
}

I don't find any way to remove last visit thing in CSS.
But I'm trying to sort it out.
ankillien
ankillien
Energetic

Posts : 5198
Reputation : 129
Language : English, XHTML, CSS, JS, PHP, SQL

Back to top Go down

Removing the header features and Image click Empty Re: Removing the header features and Image click

Post by qwazz July 27th 2009, 6:07 pm

ok
avatar
qwazz
Forumember

Posts : 31
Reputation : 0
Language : english french
Location : Ottawa

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum