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.

Quote text color in Modernbb?

3 posters

Go down

Solved Quote text color in Modernbb?

Post by Zordon March 4th 2018, 12:41 pm

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
Zordon
Zordon
Forumember

Male Posts : 67
Reputation : 2
Language : greek

http://prig.forumgreek.com

Back to top Go down

Solved Re: Quote text color in Modernbb?

Post by Wecoc March 4th 2018, 1:56 pm

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
Wecoc
Forumember

Male Posts : 144
Reputation : 111
Language : Catalan, Spanish, English

Back to top Go down

Solved Re: Quote text color in Modernbb?

Post by Zordon March 5th 2018, 12:22 am

That worked. Thanks a lot Smile
Zordon
Zordon
Forumember

Male Posts : 67
Reputation : 2
Language : greek

http://prig.forumgreek.com

Back to top Go down

Solved Re: Quote text color in Modernbb?

Post by Zordon March 5th 2018, 12:44 am

Another fast question. Do you know how can I change the color of the text here? It's white and I want it black

Quote text color in Modernbb? J2x1CkRsRguTgiPINSt9Zg
Zordon
Zordon
Forumember

Male Posts : 67
Reputation : 2
Language : greek

http://prig.forumgreek.com

Back to top Go down

Solved Re: Quote text color in Modernbb?

Post by Wecoc March 5th 2018, 1:35 am

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:

Code:
input[type="text"],.inputbox {
  color: #000000;
}

Input box in 'Quote' button (the one you asked)

Code:
input#authorlabel {
  color: #000000;
}

Wecoc
Wecoc
Forumember

Male Posts : 144
Reputation : 111
Language : Catalan, Spanish, English

Back to top Go down

Solved Re: Quote text color in Modernbb?

Post by Zordon March 5th 2018, 5:13 pm

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.
Quote text color in Modernbb? NZJl2A04Trm-yncnZrLYLA

The quote button work fine but only on post. I can't see what I write for Author because it's white

Quote text color in Modernbb? Tdejw0usRiGgpyeoVLuQ2w

I selected what I was writting to show you that I write but it's invisible because it's white text inside white box
Zordon
Zordon
Forumember

Male Posts : 67
Reputation : 2
Language : greek

http://prig.forumgreek.com

Back to top Go down

Solved Re: Quote text color in Modernbb?

Post by Wecoc March 5th 2018, 6:36 pm

Ok I see. In that case this will do the trick.

Code:
input[type="text"],.inputbox {
  color: #000000 !important;
}
Wecoc
Wecoc
Forumember

Male Posts : 144
Reputation : 111
Language : Catalan, Spanish, English

Back to top Go down

Solved Re: Quote text color in Modernbb?

Post by Zordon March 5th 2018, 11:54 pm

Perfect. It worked. All problems solved with your help Smile
Thanks for everything salut
Zordon
Zordon
Forumember

Male Posts : 67
Reputation : 2
Language : greek

http://prig.forumgreek.com

Back to top Go down

Solved Re: Quote text color in Modernbb?

Post by SLGray March 5th 2018, 11:58 pm

Problem solved & topic archived.
Please read our forum rules:  ESF General Rules


Quote text color in Modernbb? Slgray10

When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
SLGray
SLGray
Administrator
Administrator

Male Posts : 51464
Reputation : 3519
Language : English
Location : United States

https://forumsclub.com/gc/128-link-directory/

Back to top Go down

Back to top


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