transparent and text color help?
3 posters
Page 1 of 1
transparent and text color help?
i need a little bit of help with some things: (not that good with CSS codes) i was using this codes:
1) there are 3 borders that won't change it color to light yellow like the other borders (circled in red)
2) how do i change to darker color of the transparent boards background like to black or grey (as you see it is white)
3) as you can see here the text and even the buttons (circled in red) is yellow and not black and even when i try to write something in my profile the text is yellow and i can't see anything (i want the transparent to be here darker color as well)
and here too, when i change the color the text of the color word it is still yellow and won't change to the needed color and again the buttons are yellow (in the "new topic" the text is not yellow and still can be changed to other colors when i write)
1) there are 3 borders that won't change it color to light yellow like the other borders (circled in red)
2) how do i change to darker color of the transparent boards background like to black or grey (as you see it is white)
- Spoiler:
3) as you can see here the text and even the buttons (circled in red) is yellow and not black and even when i try to write something in my profile the text is yellow and i can't see anything (i want the transparent to be here darker color as well)
- Spoiler:
and here too, when i change the color the text of the color word it is still yellow and won't change to the needed color and again the buttons are yellow (in the "new topic" the text is not yellow and still can be changed to other colors when i write)
- Spoiler:
Last edited by DarkCrowDawn on October 24th 2015, 11:50 pm; edited 1 time in total
Re: transparent and text color help?
1. How to edit the border
First of all, it's not the border you think it is.
Replace "td th" with "table" if you want to change the body border too.
2. How to edit the white background
Replace
with
The 0.3 is the opacity. The lowest is 0 and the highest is 1.
3. Edit the menu text color
Here's the code
Just change the color.
*If a code doesn't work, add !important at its end. For example:
First of all, it's not the border you think it is.
- Spoiler:
- Code:
td th { border-spacing: 1px 1px; border: 1px solid red; }
Replace "td th" with "table" if you want to change the body border too.
2. How to edit the white background
Replace
- Code:
.forumline td {
rgba(225,225,225,0.3)!important
}
with
- Code:
.forumline td {
rgba(0,0,0,0.3)!important
}
The 0.3 is the opacity. The lowest is 0 and the highest is 1.
3. Edit the menu text color
Here's the code
- Code:
#text_editor_iframe, input, select, textarea {
color: #fffbb5;
}
Just change the color.
*If a code doesn't work, add !important at its end. For example:
- Code:
#text_editor_iframe, input, select, textarea {
color: #fffbb5 !important ;
}
Re: transparent and text color help?
thanks for the help but it wasn't really what i was looking for besides the "yellow border color"
Re: transparent and text color help?
Please change the title of your topic to something that is related to your question/issue, so that other users will be able to find their question/issue using the search engine.
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
» Text transparent issues
» Chatbox Text Color
» Background color and text color by rank
» Help with text color
» Color Text Box
» Chatbox Text Color
» Background color and text color by rank
» Help with text color
» Color Text Box
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum