Archived topic
Hep with SEAL (ZEAL) theme / elementor
1 reply · Started by Diego on March 26, 2020
Viewing posts 1–2 of 2
Hi team,
How do I change the colors of the lines beneath the headings of a paragraph?
I've attached photos for reference:
https://ibb.co/tX1xTdY
https://ibb.co/RPzNcTy
https://ibb.co/hWJMmxh
Hi there,
Go to Customizer > Additional CSS field and find this block of CSS:
hr, .divider {
display: block;
height: 4px;
max-width: 40px;
background: #09BE9F;
margin: 30px auto;
}
Then change #09BE9F to the desired color.
Let me know if this helps :)
This archived topic is closed to new replies.