Archived topic
change font color [wp post-align section]
3 replies · Started by liz on December 2, 2021
Hi,
I want to change the text color from black to white or beige to make the words look more visible againts a red background. I am not sure if that is in the align section [wp post]. Link to the site is in the private info field.Thanks.
Hi Liza,
Were you trying to do something like this?
https://share.getcloudapp.com/llukLz9r
If so, try this CSS:
section#wpsp-18246 * {
color: white !important;
}
You can change white to #fceacd if you wish to use beige instead. :)
Elvin..Thank you =)
No problem. Glad to be of any help. :D