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.

How to change the background color of the subject line when posting

5 posters

Go down

How to change the background color of the subject line when posting Empty How to change the background color of the subject line when posting

Post by Souljacker August 23rd 2010, 10:40 pm

Hello! I am looking for a solution to change the background color of the subject line when creating a new post. I found this thread doing a search

https://help.forumotion.com/manage-the-appearance-of-your-forum-f45/how-to-change-color-of-post-box-t76566.htm

Which is exactly the perfect solution for the text area box, but this doesn't seem to address that with some themes that favor a white text, the subject line is also white on white which is not so easy to read when posting. Does anyone know the CSS solution for this? I have the phpbb 2 version.

Thanks!
avatar
Souljacker
New Member

Posts : 16
Reputation : 0
Language : English

Back to top Go down

How to change the background color of the subject line when posting Empty Re: How to change the background color of the subject line when posting

Post by stasikrubak August 23rd 2010, 11:32 pm

hello
avatar
stasikrubak
New Member

Posts : 1
Reputation : 0
Language : english

Back to top Go down

How to change the background color of the subject line when posting Empty Re: How to change the background color of the subject line when posting

Post by Wedhro August 24th 2010, 12:28 am

If you're using the code The God gave you, just add this line before the "}”:
Code:
color: black;
Wedhro
Wedhro
New Member

Male Posts : 13
Reputation : 0
Language : Italian, English

http://satiroteca.forumotion.net

Back to top Go down

How to change the background color of the subject line when posting Empty Re: How to change the background color of the subject line when posting

Post by Souljacker August 24th 2010, 12:34 am

Isn't that still just for the text area? I'm talking about the post topic line, which i believe might be a different element. No?
avatar
Souljacker
New Member

Posts : 16
Reputation : 0
Language : English

Back to top Go down

How to change the background color of the subject line when posting Empty Re: How to change the background color of the subject line when posting

Post by Souljacker August 24th 2010, 4:30 am

This is a bigger issue than I thought - this also extends to when people try to sign up. I really need an answer to this if possible. It's more than an inconvenience - this may cost us members.
avatar
Souljacker
New Member

Posts : 16
Reputation : 0
Language : English

Back to top Go down

How to change the background color of the subject line when posting Empty Re: How to change the background color of the subject line when posting

Post by TheIceDragon October 24th 2010, 3:05 pm

try this maybe? ;s
Code:
.inputbox {
   background-color: #FFFFFF;
   border: 1px solid #000000;
   color: #000721;
   padding: 2px;
   cursor: text;
   }
.inputbox:hover {
    border: 1px solid #FFFFFF;
    }
.inputbox:focus {
   border: 2px solid #FFFFFF;
   color: #000721;
   }
input.inputbox{
    width: 85%;
    }
input.medium{
    width: 50%;
    }
input.narrow{
    width: 25%;
    }
input.tiny{
    width: 110px;
    }
textarea.inputbox {
    width: 85%;
    }
TheIceDragon
TheIceDragon
Forumember

Female Posts : 40
Reputation : 0
Language : English

http://theelementalflow.forumotion.com

Back to top Go down

How to change the background color of the subject line when posting Empty Re: How to change the background color of the subject line when posting

Post by wailcusned October 29th 2010, 7:27 am

Content Removed.
avatar
wailcusned
New Member

Posts : 3
Reputation : 0
Language : English

Back to top Go down

Back to top

- Similar topics

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