[Support request] Css file for Element

Home Forums Support [Support request] Css file for Element

Home Forums Support Css file for Element

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

    Hello,

    So I would like to change the divider color in my Element page header but I can’t find the css file where to modify the span class. Which folder would that be?

    Thank you for your time,

    Romain

    #1248528
    Leo
    Staff
    Customer Support

    Hi there,

    Any chance you can link us to the site in question?

    You can edit the original topic and use the private URL field.

    Let me know 🙂

    #1253012
    Romain

    Hello Leo,

    I didn’t publish the site yet, I would like to change the divider color in the Page Header in Elements. I work with the Zeal site.

    Thank you,

    Romain

    #1253095
    David
    Staff
    Customer Support

    Hi there,

    go to Customizer > Additional CSS and look for and change the CSS i have commented here:

    hr, .divider {
        display: block;
        height: 4px;
        max-width: 40px;
        background: #09BE9F; /* Change this color */
        margin: 30px auto;
    }
    #1253111
    Romain

    Perfect, thanks!

    #1253135
    David
    Staff
    Customer Support

    You’re welcome

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.