Darth Momo
Full Member
[sun down] [sun up] [the sons of the battle cry]
Posts: 826
inherit
135437
0
Jul 27, 2017 13:05:59 GMT -8
Darth Momo
[sun down] [sun up] [the sons of the battle cry]
826
December 2008
stallionmay
|
Post by Darth Momo on Jul 21, 2017 18:53:30 GMT -8
Hi! Hoping this is relatively easy to resolve. It seems like it's a matter of me having a dense moment. I took a break from ProBoards for a while, and when I came back I found that how the themes have been coded is different from how I remember it. Not a problem, just need to troubleshoot and familiarize myself with some of the new things, but in the meantime, I was hoping y'all here could help me. Forum: thebleachedweyr.proboards.comI am having issues with the color of the "New Post" title input bar. It's too dark, and neither I nor the other members can read what we've typed into the Title Bar Input Section (term??) unless we've manually highlighted the text. I would like to... 1) Know what part of the CSS I'd need to edit in order to change the font for the title input and/or 2) Know what part of the CSS I'd need to edit in order to change the bg color for the title input Images of what I am talking about should be attached. TIA! Attachments:
|
|
inherit
226544
0
Oct 5, 2018 10:29:39 GMT -8
Ulises
4,881
November 2015
umacklin
Ulises Weirdo
|
Post by Ulises on Jul 22, 2017 15:18:43 GMT -8
Darth Momo , sup. Normally you would change this through the visual editor, but since this is a heavily modified theme you will need to do it through the Style Sheet tab. Go to Themes > Advanced Styles & CSS > Style Sheet (tab) and on line 1759 or so you should see this line of CSS: input[type="text"], input[type="email"], input[type="password"] { background: rgba(0,0,0,0.2); } The green is what you will need to change into either an rgba value or hex value like #000000 That will change the background color to something else. Let me know if that worked. :)
|
|
Darth Momo
Full Member
[sun down] [sun up] [the sons of the battle cry]
Posts: 826
inherit
135437
0
Jul 27, 2017 13:05:59 GMT -8
Darth Momo
[sun down] [sun up] [the sons of the battle cry]
826
December 2008
stallionmay
|
Post by Darth Momo on Jul 22, 2017 16:36:29 GMT -8
Ayy, thanks for the response c: That worked amazingly! Thank you very much!
|
|