- This topic has 3 replies, 2 voices, and was last updated 7 years, 5 months ago by .
One-page contact section – how to change text colour
You must be logged in to reply to this topic.
How do I specify the text colour within the contact section of the one-page homepage? Default colours are white header and black paragraph. Screen cap to follow
Hello @chrisssy,
You may want to add the CSS code below to the Custom CSS section:
#contact h2{
color:black;
}
#contact .subtitle{
color:black;
}
Do not forget to change black to desired colors.
Let me know if you have any problems.
Cheers,
Piotrek
You must be logged in to reply to this topic.