2019-12-01, 12:25 AM
Hi community.
I'm changing some style from Global.CSS, I have two doubts that I have studied all day but I don't see how to fix it.
the guide i'm using its Tutorial MyBB 1.4 CSS Guide and Tutorial Page and Vintagedaddyo tutorials
How can Setting the Color Text of that part? I don't know what that part is called and where it goes, I've searched for all day it but I can't find it... any help its welcome
![[Image: Captura-de-pantalla-2019-11-30-a-la-s-6-47-37-p-m.png]](https://camo.mybb.com/1b76232a075bc193d28ed41515711e8997db2067/68747470733a2f2f692e6962622e636f2f503173573636582f436170747572612d64652d70616e74616c6c612d323031392d31312d33302d612d6c612d732d362d34372d33372d702d6d2e706e67)
How can Style Quote in Portal? its Not the same Style in Thread. How can style text in portal quote to black...
![[Image: mybb-style-question.png]](https://camo.mybb.com/9d72ae70ccb5888b55d17caf156470973f0cf0a3/68747470733a2f2f692e6962622e636f2f6b6d6d304438782f6d7962622d7374796c652d7175657374696f6e2e706e67)
Note: I am Not a developer just a Lover of MyBB1.8 software
Thanks in advance for the suppport
bye
I'm changing some style from Global.CSS, I have two doubts that I have studied all day but I don't see how to fix it.

the guide i'm using its Tutorial MyBB 1.4 CSS Guide and Tutorial Page and Vintagedaddyo tutorials
How can Setting the Color Text of that part? I don't know what that part is called and where it goes, I've searched for all day it but I can't find it... any help its welcome

How can Style Quote in Portal? its Not the same Style in Thread. How can style text in portal quote to black...
blockquote {
background: #D3E0BC;
border: 3px solid #7e8670;
margin: 0;
padding: 10px;
}
blockquote cite {
border-bottom: 3px solid #7e8670;
display: block;
padding-bottom: 3px;
margin: 0 0 10px 0;
font-style: normal;
font-weight: bold;
}
Note: I am Not a developer just a Lover of MyBB1.8 software

Thanks in advance for the suppport
bye