Textarea Background for phpbb3
3 posters
Page 1 of 1
Textarea Background for phpbb3
Okay i need a css code that can make this transparent the bg wise it does this on the PM, Registering, And making topics
So if any help would be appreciated im using phpbb3 btw.
So if any help would be appreciated im using phpbb3 btw.
Last edited by Ace700 on September 22nd 2012, 8:25 pm; edited 1 time in total
Guest- Guest
Re: Textarea Background for phpbb3
hey Ace, a link to your site please since I don't use phpbb3 i can get your CSS class/id from there. though I do believe it is something like #textarea
Once you reply, ill help you, or if someone else before I who knows phpbb3 better than i
Once you reply, ill help you, or if someone else before I who knows phpbb3 better than i
Re: Textarea Background for phpbb3
Umm theres one problem we have it set so you hav to register to view the whole site. I was trying to make it so we could show the topics but they cant view it.
My link is:
Active-codez.tk (for short)
Active-codez.forumotion.com(for long)
My link is:
Active-codez.tk (for short)
Active-codez.forumotion.com(for long)
Guest- Guest
Re: Textarea Background for phpbb3
- Code:
textarea.inputbox{width:85%;background:#;}
- Code:
#text_editor_textarea{background:#;}
is one so far, it's hard to find em without seeing it, I use firebug to find the exact sections. If you want send me a guest admin acct. Basically an account, that i can see the site, but not post or whatever. It don't matter to me as long as i can see it. Be alot easier to help you quickly my friend
Re: Textarea Background for phpbb3
i got one for regestred if you want to use that one
Edit pmed you the user
Edit pmed you the user
Guest- Guest
Re: Textarea Background for phpbb3
Add this to your CSS stylesheet for phpbb3.
For Regular Posting Text box:
AP>>Display>>Colors>>CSS Stylesheet:
For Quick Reply Box:
Note: Perhaps you might want to change the title of this topic to a more specific title like "Textarea Background for phpbb3" so people can find it in search results. You can edit your first post to make the change.
For Regular Posting Text box:
AP>>Display>>Colors>>CSS Stylesheet:
- Code:
#textarea_content textarea#text_editor_textarea{
background-color: transparent; !important;
}
For Quick Reply Box:
- Code:
form#quick_reply #textarea_content textarea#text_editor_textarea{
background-color: transparent; !important;
}
Note: Perhaps you might want to change the title of this topic to a more specific title like "Textarea Background for phpbb3" so people can find it in search results. You can edit your first post to make the change.
Re: Textarea Background for phpbb3
okay thx you for that i need one more you know the:
Title of topic background. i need that transparent then ill be good thanks again
And title changed to:Textarea Background for phpbb3
Title of topic background. i need that transparent then ill be good thanks again
And title changed to:Textarea Background for phpbb3
Guest- Guest
Re: Textarea Background for phpbb3
You're welcome, that code should include the topic title background.
Re: Textarea Background for phpbb3
OK, try this for the topic title background. In the code you will see color: #FFFFFF you can change that number for the text color.
If you need to change the text color of the textarea box as well just add this instead of the code I posted earlier so it looks like this:
- Code:
input {
color: #FFFFFF;
background-color: transparent; !important;
}
If you need to change the text color of the textarea box as well just add this instead of the code I posted earlier so it looks like this:
- Code:
#textarea_content textarea#text_editor_textarea{
background-color: transparent; !important;
color: #FFFFFF;
}
Re: Textarea Background for phpbb3
Thanks man you deserve a medal
Also one last thing can you get one more css code for the smilies BG?
Also one last thing can you get one more css code for the smilies BG?
Guest- Guest
Re: Textarea Background for phpbb3
Thank you you're welcome! Don't forget the topic title change of this topic if you feel like it..
Edit: create a new topic for that question please.
Edit: create a new topic for that question please.
Re: Textarea Background for phpbb3
Topic Solved & Locked |
Lost Founder's Password |Forum's Utilities |Report a Forum |General Rules |FAQ |Tricks & Tips
You need one post to send a PM.
You need one post to send a PM.
When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
Similar topics
» Posts Background PHPBB3
» Announcement table background phpbb3
» [PHPBB3] Background color problem
» phpbb3 & Invision : Change the background color of new posts
» Textarea in templates
» Announcement table background phpbb3
» [PHPBB3] Background color problem
» phpbb3 & Invision : Change the background color of new posts
» Textarea in templates
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum