- Posts: 2
- Thank you received: 0
Kunena 7.0.8 Released
The Kunena team has announce the arrival of Kunena 7.0.8 [K 7.0.8] in stable which is now available for download as a native Joomla extension for J! 5.4.x/6.0.x./6.1.x. This version addresses most of the issues that were discovered in K 6.2 / K 6.3 / K 6.4 and issues discovered during the last development stages of K 7.0
Topics that are moved into this category are generally considered to be closed. Users may want to add additional information but these topics should not be resurrected in order to discuss new problems or unrelated matters.
Question Changing the color of the text box in post message
- MonzterJoe
-
Topic Author
- Offline
- New Member
-
Less
More
15 years 10 months ago #60916
by MonzterJoe
Changing the color of the text box in post message was created by MonzterJoe
I am working on a transparent color scheme for my site. I got most of it figured out, this is the first one I have ever did so still scratching my head.
I want to change the text box from white to be transparent or a dark blue and the text color to white. I have searched and searched and still have not figured out where to make the change at. Any help would be awesome. You can view the site at www.theunitedleagues.com
I want to change the text box from white to be transparent or a dark blue and the text color to white. I have searched and searched and still have not figured out where to make the change at. Any help would be awesome. You can view the site at www.theunitedleagues.com
Please Log in or Create an account to join the conversation.
15 years 10 months ago #60943
by severdia
Author of Using Joomla from O'Reilly Media. | www.usingjoomlabook.com
Replied by severdia on topic Re: Changing the color of the text box in post message
Add the following bit of CSS to the end of your main template.css file.
Replace #000000 with the color of dark blue you want.
Code:
#Kunena #kpost-message .invalid {
background-color:#000000 !important;
border:1px solid red !important;
color: #fff !important;
}
#Kunena textarea#kbbcode-message {
background-color:#000000;
float:left;
width:95%;
color: #fff !important;
}
Replace #000000 with the color of dark blue you want.
Author of Using Joomla from O'Reilly Media. | www.usingjoomlabook.com
Please Log in or Create an account to join the conversation.
- MonzterJoe
-
Topic Author
- Offline
- New Member
-
Less
More
- Posts: 2
- Thank you received: 0
15 years 10 months ago #61029
by MonzterJoe
Replied by MonzterJoe on topic Re: Changing the color of the text box in post message
awesome, thanks so much, saved me a lot of time trying to figure it out on my own!!
Please Log in or Create an account to join the conversation.
15 years 10 months ago #61408
by JzTz
Replied by JzTz on topic Re: Changing the color of the text box in post message
How do you do that? Cause a few posts are removed I think?
Please Log in or Create an account to join the conversation.
15 years 10 months ago #61438
by sozzled
Blue Eagle vs. Crypsis reference guide
Read my blog and
Replied by sozzled on topic Re: Changing the color of the text box in post message
Looks like one of us accidentally split the topic when it was moved to the archive. Thanks for pointing out the mistake.
Blue Eagle vs. Crypsis reference guide
Read my blog and
Please Log in or Create an account to join the conversation.
15 years 8 months ago - 15 years 8 months ago #71267
by tehsik
Replied by tehsik on topic Re: Changing the color of the text box in post message
hello guys
please tell me exact paths of how to change my text font ....
i have read it but i can`t get it ...
please tell me exact paths of how to change my text font ....
i have read it but i can`t get it ...
Last edit: 15 years 8 months ago by tehsik.
Please Log in or Create an account to join the conversation.
Time to create page: 0.245 seconds