- This topic has 6 replies, 2 voices, and was last updated 6 years, 3 months ago by .
Viewing 7 posts - 1 through 7 (of 7 total)
Viewing 7 posts - 1 through 7 (of 7 total)
- You must be logged in to reply to this topic.
Home › Forums › Pro Themes › Biography Pro › Color of text
Hi,
I want to change a little bit of text to another color, now it’s black on a red background and I want it to be white. How can I do this?
Some parts need to be black, so only that part has to be white.
Cheers!
Hello @sijmendeber,
Can you mention more precisely the section so that we can provide the precise fix to you?
Thank you.
Regards!!
Hi,
Screenshot: https://gyazo.com/d1b0878314f1be996f836c3808d6a476
As you can see, the text in the red box is black, and I wanna change that text to white.
The other boxes are white, and over there, all is black.
website: http://www.uwdenkbeeld.nl
Hello @sijmendeboer,
Please add below give CSS by going to Admin Panel > Appearance > Customize > Additional CSS.
.testimonial-content {
color: #fff;
}
.about-content {
color: #ffffff;
}
.wrap-about h2 {
color: #fff;
}
Hope this helps.
Regards!!
It helped, cheers!
Can you please give me another CSS for the H1?
I want the title as well in white.
And I also want the button which now is: “read more” to change to “lees meer” but i can’t find the place where I can change this name
Hello @sijmendeboer,
For the title use below given CSS.
.wrap-about h2 {
color: #fff !important;
}
Now as for the translation, all the string in the theme are already made translation ready so you can change those string in any language you want.
You can translate the string using the plugin like loco translate which is actually easy to use.
https://wordpress.org/plugins/loco-translate/
Hope this helps.
Regards!!
Cookie | Duration | Description |
---|---|---|
cookielawinfo-checkbox-analytics | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Analytics". |
cookielawinfo-checkbox-functional | 11 months | The cookie is set by GDPR cookie consent to record the user consent for the cookies in the category "Functional". |
cookielawinfo-checkbox-necessary | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookies is used to store the user consent for the cookies in the category "Necessary". |
cookielawinfo-checkbox-others | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Other. |
cookielawinfo-checkbox-performance | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Performance". |
viewed_cookie_policy | 11 months | The cookie is set by the GDPR Cookie Consent plugin and is used to store whether or not user has consented to the use of cookies. It does not store any personal data. |