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.

Colour problem

+5
dotDavid
Mehtevas
Darren1
MrMario
IAmN00b
9 posters

Page 1 of 2 1, 2  Next

Go down

Colour problem Empty Colour problem

Post by IAmN00b July 19th 2009, 11:06 pm

No matter what I change, the colour never changes. Even when I hit save.
avatar
IAmN00b
Forumember

Posts : 79
Reputation : 0
Language : English

Back to top Go down

Colour problem Empty Re: Colour problem

Post by MrMario July 20th 2009, 12:56 am

What color? and where you trying to change it?
MrMario
MrMario
Helper
Helper

Male Posts : 22186
Reputation : 1839
Language : test

Back to top Go down

Colour problem Empty Re: Colour problem

Post by IAmN00b July 20th 2009, 3:07 am

I was trying to change most colours.
avatar
IAmN00b
Forumember

Posts : 79
Reputation : 0
Language : English

Back to top Go down

Colour problem Empty Re: Colour problem

Post by Darren1 July 20th 2009, 3:27 am

Hi,

Have u tried refreshing ur browser about 5 times in a row yet?

that usually does it for me Wink
Darren1
Darren1
Helper
Helper

Male Posts : 11853
Reputation : 566
Language : English

Back to top Go down

Colour problem Empty Re: Colour problem

Post by IAmN00b July 20th 2009, 4:18 am

That didn't help. It shows the colours are changed in the boxes, but on the actual forum it is the same.
avatar
IAmN00b
Forumember

Posts : 79
Reputation : 0
Language : English

Back to top Go down

Colour problem Empty Re: Colour problem

Post by Darren1 July 20th 2009, 4:21 am

try clearing ur cache & cookies, maybe that will help.
Darren1
Darren1
Helper
Helper

Male Posts : 11853
Reputation : 566
Language : English

Back to top Go down

Colour problem Empty Re: Colour problem

Post by Mehtevas July 20th 2009, 4:23 am

It might be in the CSS, as !important...
Mehtevas
Mehtevas
Hyperactive

Male Posts : 2114
Reputation : 14
Language : Currently, I am receiving support requests by P.M. Support requests, which can, and should, be done in the support section.
Location : Oregon, USA

Back to top Go down

Colour problem Empty Re: Colour problem

Post by dotDavid July 20th 2009, 4:55 am

Clear your cache. Change your color. Should work. If not, it is a CSS problem.
dotDavid
dotDavid
Hyperactive

Male Posts : 2404
Reputation : 0
Language : English

https://help.forumotion.com/

Back to top Go down

Colour problem Empty Re: Colour problem

Post by Darren1 July 20th 2009, 6:26 am

Kinko wrote:It might be in the CSS, as !important...

Kin, the CSS colours for the forum general background doesn't use !important I believe.

ddwl wrote:Clear your cache. Change your color. Should work. If not, it is a CSS problem.

Ddwl, I believe that you obviously did not read the thread; as iv already asked the user to clear their cache & cookies (Always do the cookies, its important)
Darren1
Darren1
Helper
Helper

Male Posts : 11853
Reputation : 566
Language : English

Back to top Go down

Colour problem Empty Re: Colour problem

Post by dotDavid July 20th 2009, 6:56 am

I expressed it as steps, rather than a statement. Just ensuring the OP knows what to do next.
dotDavid
dotDavid
Hyperactive

Male Posts : 2404
Reputation : 0
Language : English

https://help.forumotion.com/

Back to top Go down

Colour problem Empty Re: Colour problem

Post by IAmN00b July 20th 2009, 3:22 pm

I hit save and it says saved successfully, but no, cache and cookies cleared did nothing.

What part of the CSS do you want?
avatar
IAmN00b
Forumember

Posts : 79
Reputation : 0
Language : English

Back to top Go down

Colour problem Empty Re: Colour problem

Post by ankillien July 20th 2009, 4:35 pm

Your forum skin uses personal CSS, so you won't be able to change it through Colors tab.
ankillien
ankillien
Energetic

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

Back to top Go down

Colour problem Empty Re: Colour problem

Post by IAmN00b July 20th 2009, 11:45 pm

What can I swap to make it be able to do that?
avatar
IAmN00b
Forumember

Posts : 79
Reputation : 0
Language : English

Back to top Go down

Colour problem Empty Re: Colour problem

Post by Darren1 July 21st 2009, 1:46 am

IAmN00b wrote:What can I swap to make it be able to do that?

You can deactivate the custom CSS, but that will make ur forum look bad.
Admin panel >> Display(tab) >> Pics and colors/Colors CSS Stylesheet > Scroll to the bottom of the big window > "Deactivate the basic CSS" = No > Save.
Darren1
Darren1
Helper
Helper

Male Posts : 11853
Reputation : 566
Language : English

Back to top Go down

Colour problem Empty Re: Colour problem

Post by ankillien July 21st 2009, 3:16 am

No, don't deactivate it. It may mess up your forum look.
You should make change in the CSS only.
ankillien
ankillien
Energetic

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

Back to top Go down

Colour problem Empty Re: Colour problem

Post by IAmN00b July 21st 2009, 3:30 am

what do i change?
avatar
IAmN00b
Forumember

Posts : 79
Reputation : 0
Language : English

Back to top Go down

Colour problem Empty Re: Colour problem

Post by ankillien July 21st 2009, 3:32 am

It depends on color of what thing you want to change.
Editing CSS is not easy, you need to learn it to understand properly.

Tell me what color you want to change and I will help you with the CSS.
Also give a link to your forum.
ankillien
ankillien
Energetic

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

Back to top Go down

Colour problem Empty Re: Colour problem

Post by IAmN00b July 21st 2009, 3:19 pm

First off, the link text. Then the border colour. I want to change all the green

http://www.elecspot.ace.st
avatar
IAmN00b
Forumember

Posts : 79
Reputation : 0
Language : English

Back to top Go down

Colour problem Empty Re: Colour problem

Post by ankillien July 21st 2009, 6:35 pm

Add this code to Admin CP > Display > Colors > CSS...

To change link color...
Code:
a:link {
color : green !important;
}

For border color...try this...
Code:
.inner {
border : green !important;
}
ankillien
ankillien
Energetic

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

Back to top Go down

Colour problem Empty Re: Colour problem

Post by IAmN00b July 21st 2009, 6:48 pm

Border did not work, but the text kinda did.

Most text is now red (I swapped green to red) but the home, titles and 3 forums are still green.

I appreciate your help.
avatar
IAmN00b
Forumember

Posts : 79
Reputation : 0
Language : English

Back to top Go down

Colour problem Empty Re: Colour problem

Post by ankillien July 21st 2009, 6:58 pm

Try this code for border...

Code:
.inner {
border : 1px solid green !important;
}

For titles...
Code:
.table-title h2 , .topics , .posts , .lastpost {
color : red !important;
}
ankillien
ankillien
Energetic

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

Back to top Go down

Colour problem Empty Re: Colour problem

Post by IAmN00b July 21st 2009, 8:02 pm

Look at my forum again. Please keep helping.
avatar
IAmN00b
Forumember

Posts : 79
Reputation : 0
Language : English

Back to top Go down

Colour problem Empty Re: Colour problem

Post by Whogopenguin July 21st 2009, 9:01 pm

The CSS always overrides the basic colors you've put out elsewhere. Simply delete the bits of the CSS (or all of it, if nothing special) and there should really be no problem.

If the problem lies in the basic CSS, then copy and paste the basic CSS into the box and press 'Deactivate basic CSS', then modify it as you wish.

Wink
avatar
Whogopenguin
Forumember

Posts : 116
Reputation : 0
Language : English

Back to top Go down

Colour problem Empty Re: Colour problem

Post by IAmN00b July 21st 2009, 9:13 pm

Deactivate does nothing for me Sad
avatar
IAmN00b
Forumember

Posts : 79
Reputation : 0
Language : English

Back to top Go down

Colour problem Empty Re: Colour problem

Post by IAmN00b July 22nd 2009, 4:47 pm

bump
avatar
IAmN00b
Forumember

Posts : 79
Reputation : 0
Language : English

Back to top Go down

Colour problem Empty Re: Colour problem

Post by supλtails3 July 22nd 2009, 6:36 pm

I have this exact same problem
supλtails3
supλtails3
New Member

Posts : 24
Reputation : 0
Language : English

Back to top Go down

Colour problem Empty Re: Colour problem

Post by IAmN00b July 23rd 2009, 12:07 am

Anyone?
avatar
IAmN00b
Forumember

Posts : 79
Reputation : 0
Language : English

Back to top Go down

Colour problem Empty Re: Colour problem

Post by Darren1 July 23rd 2009, 1:06 am

Hi,

Ankillien is not present at this moment, please be patient until he comes online please.
Darren1
Darren1
Helper
Helper

Male Posts : 11853
Reputation : 566
Language : English

Back to top Go down

Colour problem Empty Re: Colour problem

Post by ankillien July 23rd 2009, 3:28 pm

Try this code for border...

Code:
#wrap {
border : 1px solid red !important;
}

If it doesn't work, please give me a copy of your whole CSS.
ankillien
ankillien
Energetic

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

Back to top Go down

Colour problem Empty Re: Colour problem

Post by IAmN00b July 23rd 2009, 3:46 pm

Thanks! That worked, but if you look at my URL, there is still green text.
avatar
IAmN00b
Forumember

Posts : 79
Reputation : 0
Language : English

Back to top Go down

Page 1 of 2 1, 2  Next

Back to top

- Similar topics

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