Jump to content

[HELP] - Color post


90 BTB DA ALTA! ✟

Recommended Posts

 

Good afternoon, forgive me if my topic is outside the standards of the site. I'm new to Forum, I'm editing a theme on my website and I'm Brazilian, PainelCP is in English and makes it very difficult for me! I'm not able to change the color of the Post area, can you help me please?forumbug.thumb.jpg.5f562642027d3c304693ed514b28ec4d.jpg
The color in the post area is white, and the default text color is also white, so you can't tell what is being typed. I would like to change the color of this post bar without having to change the theme, would it be possible? And where does it change?

Link to comment
Share on other sites

3 hours ago, fsr said:

Você tem que mudar de cor na aula


 

Sorry, I don't have much experience .. I went to the CSS area and found the line of code. But there is no current color there, example: #FFFFF so I can replace it. In case I have to enter a code? Please, could you help me?

Link to comment
Share on other sites

1 hour ago, 90 BTB DA ALTA! ✟ said:

Sorry, I don't have much experience .. I went to the CSS area and found the line of code. But there is no current color there, example: #FFFFF so I can replace it. In case I have to enter a code? Please, could you help me?

To prevent the CSS from being overwritten in a future update to the theme, I would recommend going into your custom.css file, which holds all custom styling codes you should use for your theme. 

When in custom.css, add the following:
 

.cke_wysiwyg_div {
background-color:HEX COLOR HERE;
}

This will allow you to change the hex color of the background. I do want to mention I'm piggybacking off the original answer, so if this doesn't seem to work, please leavea. live link to your site and I can provide a more specific answer for you. :)

Link to comment
Share on other sites

7 hours ago, Chance said:

To prevent the CSS from being overwritten in a future update to the theme, I would recommend going into your custom.css file, which holds all custom styling codes you should use for your theme. 

When in custom.css, add the following:
 


.cke_wysiwyg_div {
background-color:HEX COLOR HERE;
}

This will allow you to change the hex color of the background. I do want to mention I'm piggybacking off the original answer, so if this doesn't seem to work, please leavea. live link to your site and I can provide a more specific answer for you. :)

Forgive my lack of knowledge! I put it the way you told me, I reversed some things, I changed my position and it didn't work. The posting area is still "white". Forgive me for all this, but please don't give up on me. so I can put it online for my members! 

Even in RGB I left it as cores, HTML, RGB, it didn't work.BUGMANO.thumb.jpg.0f3caff0b5a9cf1e9371a01bd9783585.jpgbugdoforumrlk.thumb.jpg.c02f772df0f9912cce70da25eed4e5e8.jpg

Edited by 90 BTB DA ALTA! ✟
Link to comment
Share on other sites

5 hours ago, fsr said:

#ffffff é a cor branca, então mude para sth diffrent. Você também pode adicionar! Important no final da linha.

I  forgot to explain it! I had changed to change something too, because the code in that area is not #FFFFF which is pure white. I used colors in other formats 0,0,0 # 0000 and it didn't work :(

Removed !! Thank you. When I click to comment, that white color appears. However, before clicking on it, it remains white. Is there a way to remove this color? But that was a great relief, thanks!
I compared it with other lines and realized that the others had "rgb (color)" and put it the same, it worked. But it only works if you click to comment, if you don't click the area remains white

Link to comment
Share on other sites

this is the codes where you want to change the backround just put your on color

.cke_wysiwyg_frame, .cke_wysiwyg_div {
    background-color: green !important; - neaparat pui !important
}

 

when I load your site, I was like a vampire, slept for thousands of years and just now is my first glimpse of light haha.

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...