Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1416788

    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 —————————

    #1416825

    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

    #1417003

    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

    #1417037

    Hi,

    Please try the following in Quick CSS under Enfold->General Styling:

    .main_color .special-heading-inner-border {
        border-color: red;
    }

    Best regards,
    Rikard

    #1417086

    Thank you, worked perfectly. Please mark this as closed

    #1417126

    Hi,

    Great! Glad to know that the issue has been resolved. Please feel free to open another thread should you have further questions about the theme.

    Have a nice day.

    Best regards,
    Ismael

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Special Heading – Horizonal Line Color’ is closed to new replies.