- This topic has 2 replies, 2 voices, and was last updated 2 years, 8 months ago by .
Change color of horizontal lines next to Title of Contact Section
You must be logged in to reply to this topic.
Hi,
I need to change the color of the horizontal lines on both sides of the title of the contact section. Gray at the moment but need to change it to white. Solution probably right in front of me but just don’t see it?
Anybody who can help with that, please?
Kind regards,
CJ
Hello,
Copy and paste the following CSS code in the Custom CSS field of the Custom Code section of the Integral Options Panel.
.contact h2.bigtitle_dark:before {
background: white;
}
.contact h2.bigtitle_dark:after {
background: white;
}
You must be logged in to reply to this topic.