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.

Colors not changing.

3 posters

Go down

Colors not changing. Empty Colors not changing.

Post by I Fatality X August 17th 2009, 11:49 pm

I've been using this site for over 8months and never had a problem.

I'm trying to change the colors of the borders and fonts but, every time I click a color and save it doesn't change.

Also I'm trying to make my portal as the homepage (when you first enter the site the portal is the first thing you see) but, their doesn't seem to be an option for me.
avatar
I Fatality X
New Member

Posts : 8
Reputation : 0
Language : English

Back to top Go down

Colors not changing. Empty Re: Colors not changing.

Post by Walshy95 August 18th 2009, 12:50 am

What version is your forum? Punbb, phhBB?
Walshy95
Walshy95
Active Poster

Male Posts : 1308
Reputation : 6
Language : English
Location : UK, Liverpool

Back to top Go down

Colors not changing. Empty Re: Colors not changing.

Post by I Fatality X August 18th 2009, 1:12 am

phpBB3 Pro Silver
avatar
I Fatality X
New Member

Posts : 8
Reputation : 0
Language : English

Back to top Go down

Colors not changing. Empty Re: Colors not changing.

Post by ankillien August 18th 2009, 8:26 am

Hello,

To make your portal the homepage, go to Admin CP > Modules > Portal Management > Show the portal : 'Yes' and save.

TO change the colors, you might need to change your CSS sheet.
ankillien
ankillien
Energetic

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

Back to top Go down

Colors not changing. Empty Re: Colors not changing.

Post by I Fatality X August 18th 2009, 8:33 am

Mind telling me how to change the CSS Sheet?

and I want to make the Portal my homepage, it already shows but, I need to click the link to visit it.
avatar
I Fatality X
New Member

Posts : 8
Reputation : 0
Language : English

Back to top Go down

Colors not changing. Empty Re: Colors not changing.

Post by ankillien August 18th 2009, 8:35 am

OK,

Tell me what borders and font-colors you want to change and also provide a link to your forum please.
ankillien
ankillien
Energetic

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

Back to top Go down

Colors not changing. Empty Re: Colors not changing.

Post by I Fatality X August 18th 2009, 8:39 am

Link: http://nbkclan.tk/

I'd like the Link Text to be this blue
#157DEC

and same color with the Lime Border
avatar
I Fatality X
New Member

Posts : 8
Reputation : 0
Language : English

Back to top Go down

Colors not changing. Empty Re: Colors not changing.

Post by ankillien August 18th 2009, 8:56 am

Your portal doesn't work as homepage because of the .tk domain is associated with your index page, I think.

To change border and text color, go to your Admin CP > Display > Colors > CSS. ADd this code ther and submit...
Code:

#wrap {
border-color : #157DEC !important;
color : #157DEC !important;
}
.postbody .content {
color : #157DEC;
}
ankillien
ankillien
Energetic

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

Back to top Go down

Colors not changing. Empty Re: Colors not changing.

Post by I Fatality X August 18th 2009, 8:59 am

Well, the border changed but not the link color.
avatar
I Fatality X
New Member

Posts : 8
Reputation : 0
Language : English

Back to top Go down

Colors not changing. Empty Re: Colors not changing.

Post by ankillien August 18th 2009, 9:03 am

Use this code to change link colors..

Code:
a:link {
color : #157DEC !important;
}
ankillien
ankillien
Energetic

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

Back to top Go down

Colors not changing. Empty Re: Colors not changing.

Post by I Fatality X August 18th 2009, 9:06 am

Alright now the Visited Link color and after that were done.

Same color too.
avatar
I Fatality X
New Member

Posts : 8
Reputation : 0
Language : English

Back to top Go down

Colors not changing. Empty Re: Colors not changing.

Post by ankillien August 18th 2009, 9:07 am

Sorry, I should have posted all at once Razz

Code:
a:visited {
color : #157DEC !important;
}
ankillien
ankillien
Energetic

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

Back to top Go down

Colors not changing. Empty Re: Colors not changing.

Post by I Fatality X August 18th 2009, 9:10 am

Ahh thanks. You've been really helpful.

=]
avatar
I Fatality X
New Member

Posts : 8
Reputation : 0
Language : English

Back to top Go down

Colors not changing. Empty Re: Colors not changing.

Post by ankillien August 18th 2009, 3:12 pm

Problem Solved = Topic Locked
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