Hi, I am using enfold. There is an element called ‘Special Heading’. It has a light gray horizonal line after the text. What is the CSS to change the color of the horizonal line only?
Example:
My Title —————————
Hey Celeranttechnologycorp,
Thank you for the inquiry.
You can manually adjust the colors of Special Heading element by going to the Styling tab. Set the Colors > Heading Color settings to Custom Color, then look for the Custom Seperator Line Color option to adjust the color of the horizontal line.
Best regards,
Ismael
Hi, I don’t see this option and I am using the latest version of Enfold. I see these 2 options:
General Styling
Advanced Styling
I prefer NOT to set it to custom colors as it may mess up other colors. I am comfortable with CSS if I just know what the CSS code is for this. It should be one of these classes:
.av-special-heading hX
.av-special-heading-tag hX
Hi,
Please try the following in Quick CSS under Enfold->General Styling:
.main_color .special-heading-inner-border {
border-color: red;
}
Best regards,
Rikard
Thank you, worked perfectly. Please mark this as closed