Site logo

Archived topic

Css file for Element

5 replies · Started by Romain on April 21, 2020

Viewing posts 1–6 of 6

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

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 :)

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

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;
}

Perfect, thanks!

You're welcome

This archived topic is closed to new replies.