• Hello. This is just a past meeting but the issue is the same. Is there an id or class that I can use to target the header text color or other elements in your form? The text is not visible. I found this but changing it to white did not do anything:

    #top #wrap_all .all_colors h1, #top #wrap_all .all_colors h2, #top #wrap_all .all_colors h3, #top #wrap_all .all_colors h4, #top #wrap_all .all_colors h5, #top #wrap_all .all_colors h6 {
    color: #ffffff;
    font-family: ‘Lato’,’HelveticaNeue’,’Helvetica Neue’,’Helvetica-Neue’,Helvetica,Arial,sans-serif;
    font-weight: 500;
    font-size: 20px;
    letter-spacing: 1px;
    line-height: 1.5em;
    }

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Deepen

    (@j_3rk)

    Hi @georgiag

    Seems your customizer or whatver you are using is overriding the headings colors.

    To change the color of the heading for this specific page you’ll need to specify it as important.

    For example

    .dpn-zvc-single-content-wrapper .dpn-zvc-sidebar-wrapper .dpn-zvc-sidebar-tile h3 {
        color: #fff !important;
    }
    Thread Starter GeorgiaG

    (@georgiag)

    Thank you. That is perfect. Warm regards, Georgia

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘css’ is closed to new replies.