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.

Couple quick questions.

2 posters

Go down

Couple quick questions. Empty Couple quick questions.

Post by statecollegemustangs September 8th 2009, 5:06 am

My forum is

http://statecollegemustangs.motionforum.net/forum.htm

How do I remove the search bar? Also How do I change the background of the category's.

Also is there a way of boxing up the bottom of the forum, where the stats are?

One more thing, how do I get peoples user name to show up before the avatar instead of having there username and info under the avatar.
avatar
statecollegemustangs
Forumember

Posts : 41
Reputation : 0
Language : english

Back to top Go down

Couple quick questions. Empty Re: Couple quick questions.

Post by ankillien September 8th 2009, 7:30 am

Hello,

To remove search box, go to Admin CP > Display > Colors > CSS
Add this code there and submit...

Code:
#search-box {
display : none;
}

To change category background, Admin CP > Display > Colors

Sorry, username can't be displayed before avatar.
ankillien
ankillien
Energetic

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

Back to top Go down

Couple quick questions. Empty Re: Couple quick questions.

Post by statecollegemustangs September 8th 2009, 5:01 pm

Thanks for the quick reply. Now how would I move up the

Mark all forums read

so that it lines up with the rest...

Also I tried going to colors, but none of the choices lets me change the backround color of the categories.
avatar
statecollegemustangs
Forumember

Posts : 41
Reputation : 0
Language : english

Back to top Go down

Couple quick questions. Empty Re: Couple quick questions.

Post by ankillien September 8th 2009, 6:40 pm

To change category background, try adding this code to your CSS.

Code:
.topiclist .row {
background-color : blue !important;
}
ankillien
ankillien
Energetic

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

Back to top Go down

Couple quick questions. Empty Re: Couple quick questions.

Post by statecollegemustangs September 8th 2009, 10:29 pm

That doesnt change the backround of the categories..
avatar
statecollegemustangs
Forumember

Posts : 41
Reputation : 0
Language : english

Back to top Go down

Couple quick questions. Empty Re: Couple quick questions.

Post by ankillien September 10th 2009, 8:03 am

Try this code please.

Code:
.topiclist .row {
background : red !important;
background-image : none !important;
}
ankillien
ankillien
Energetic

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

Back to top Go down

Back to top

- Similar topics

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