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.

A Quick Problem

3 posters

Go down

In progress A Quick Problem

Post by xPandaz February 12th 2012, 9:36 am

A Quick Problem Help10




My preview and send is messed up, anyone know what to do?
xPandaz
xPandaz
Forumember

Male Posts : 37
Reputation : 1
Language : English

http://xxpandaz.com/

Back to top Go down

In progress Re: A Quick Problem

Post by Base February 12th 2012, 11:04 am

Hi, they're not messed up. It's because the text colour clashes with the background. If you are on Invision, please add this to your CSS code to fix it:

Code:
.button, .mainoption {
    color: #000000;
}

You can change the colour if you wish. Please also change your title to something more related to your problem.
Base
Base
Forumaster

Male Posts : 10386
Reputation : 1695
Language : English and French
Location : United Kingdom, England

http://forumotionhub.net

Back to top Go down

In progress Re: A Quick Problem

Post by Omu February 12th 2012, 11:08 am

Or you can edit all input buttons Razz
ACP > Display > Colors > CSS stylesheet

Code:
input {
color: #fff;
border: 1px solid grey;
background: #0b0b0b;}

or

Code:
input {
color: #000;
border: 1px solid white;
background: #f3f3f3;}
Omu
Omu
Active Poster

Male Posts : 1021
Reputation : 87
Language : Romanian, English

http://techtitans.forumer.ro/

Back to top Go down

In progress Re: A Quick Problem

Post by xPandaz February 12th 2012, 6:02 pm

Base wrote:Hi, they're not messed up. It's because the text colour clashes with the background. If you are on Invision, please add this to your CSS code to fix it:

Code:
.button, .mainoption {
    color: #000000;
}

You can change the colour if you wish. Please also change your title to something more related to your problem.


Thanks, but it only gave me the Send button, and if possible id like to make the button a bit more customized.
xPandaz
xPandaz
Forumember

Male Posts : 37
Reputation : 1
Language : English

http://xxpandaz.com/

Back to top Go down

Back to top

- Similar topics

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