Quote text color in Modernbb?
3 posters
Page 1 of 1
Quote text color in Modernbb?
Is it possible to alter the color of it somehow? I don't see CSS in modernbb. I tried to see the basic css of it but if I try to copy/paste it says that the css code is too big and that I need to make it smaller. The text in quote box now is white, like the box itself so it's invisible
Last edited by Zordon on March 5th 2018, 12:23 am; edited 1 time in total
Re: Quote text color in Modernbb?
Zordon wrote:Is it possible to alter the color of it somehow?
Did you try this?
- Code:
blockquote {
color: #000000;
}
Zordon wrote:I don't see CSS in modernbb. I tried to see the basic css of it but if I try to copy/paste it says that the css code is too big and that I need to make it smaller. The text in quote box now is white, like the box itself so it's invisible
Don't copy the CSS base, instead just add on your CSS the modifications you need (for example the one I said), and set this options:
Force the CSS base: No
Deactivate the basic base: No
Optimize your CSS: Yes
Wecoc- Forumember
- Posts : 144
Reputation : 111
Language : Catalan, Spanish, English
Re: Quote text color in Modernbb?
Another fast question. Do you know how can I change the color of the text here? It's white and I want it black
Re: Quote text color in Modernbb?
I don't understand exactly if you mean the text color in all input boxes or only in that one in specific.
All input boxes:
Input box in 'Quote' button (the one you asked)
All input boxes:
- Code:
input[type="text"],.inputbox {
color: #000000;
}
Input box in 'Quote' button (the one you asked)
- Code:
input#authorlabel {
color: #000000;
}
Wecoc- Forumember
- Posts : 144
Reputation : 111
Language : Catalan, Spanish, English
Re: Quote text color in Modernbb?
The text color in inputbox doesn't work unfortunatelly, it remains white. To make sure we speak about the same thing, I am talking about the text you write when you click the youtube button, url button etc.
The quote button work fine but only on post. I can't see what I write for Author because it's white
I selected what I was writting to show you that I write but it's invisible because it's white text inside white box
The quote button work fine but only on post. I can't see what I write for Author because it's white
I selected what I was writting to show you that I write but it's invisible because it's white text inside white box
Re: Quote text color in Modernbb?
Ok I see. In that case this will do the trick.
- Code:
input[type="text"],.inputbox {
color: #000000 !important;
}
Wecoc- Forumember
- Posts : 144
Reputation : 111
Language : Catalan, Spanish, English
Re: Quote text color in Modernbb?
Perfect. It worked. All problems solved with your help
Thanks for everything
Thanks for everything
Re: Quote text color in Modernbb?
Problem solved & topic archived.
|
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 In Quote Box Same Color As Background And Unreadable
» Can't remember how to change default color of quote text .
» Background color and text color by rank
» Background Color of Quote in Quote
» Quote Selected Text
» Can't remember how to change default color of quote text .
» Background color and text color by rank
» Background Color of Quote in Quote
» Quote Selected Text
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum