• srvissir

    (@alihosseini20368)


    Hi, I have a problem.
    The text color does not change in paragraph p mode
    The problem is here, when I check it, it gets fixed and it goes back to the first state

    element.style {
    }
    .guten-post-content>*:not(div.section-wrapper):not(.guten-element) {
        margin-top: 0;
        margin-bottom: 0;
        margin-left: auto;
        margin-right: auto;
    }
    .guten-r2Bw6P > *:not(.alignfull) {
        max-width: 1170px;
        margin-left: auto;
        margin-right: auto;
    }
    .guten-r2Bw6P > * {
        /* color: var(--wp--preset--color--zeever-primary); */  Here 
    }
Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi,

    try adding !important to your css.

    .guten-r2Bw6P > * { /* color: var(–wp–preset–color–zeever-primary) !important; */ Here }

    or create the specific selector to the paragraph.

    .guten-r2Bw6P > gutenverse-text-editor> text-content-inner> p { /* color: var(–wp–preset–color–zeever-primary); */ Here }

    If you use the Text Editor block from Gutenverse, the code above should work.

    • This reply was modified 8 months, 3 weeks ago by gowinda.
    Thread Starter srvissir

    (@alihosseini20368)

    Thanks, the problem is solved

    You are welcome! If you have any other question, please do not hesitate to tell us!

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