• Resolved oduser

    (@oduser)


    After updating from 2.4.1 to 2.5.0 I`ve got promblems with text color. All my headers now in white color. I had to rollback to version 2.4.2 when all colors are fine. In code I see this style multipule time:

    .wp-block-uagb-container.wp-block-uagb-container h1 {
        color: #ffffff;
    }

    So, by default all my h1-h3 headers are white in your container. Even if I change color manually – your style has got preference. I tried to use Asset recovery button in your plugin, but it doesnt change anything.

Viewing 6 replies - 1 through 6 (of 6 total)
  • Yes, there seems to be a number of Spectra-added overrides recently relating to color, heading margins, z-indexes – looks to be a decent sized bug that has changed the look and readability of my sites entirely. The Spectra team is the very best – I am sure they will release a fix very soon. Would appreciate any updates.

    Hi @oduser,

    Thanks for writing to us.

    I am afraid this is not an issue we are replicating on our end as shown here : https://share.getcloudapp.com/Kou9R9y6.

    I would request you try debugging as follows:

    After updating, please be sure to regenerate the assets. We do this automatically after the plugin is updated, but just to be sure, go to “Spectra > Settings > Asset Generation > Regenerate Assets” and press the button.

    Also, empty cache and hard reload while on the editor screen. Here’s how: https://share.bsf.io/2NumNvZ2.

    Hope this helps.
    Please let me know how this goes.

    Definitely issues caused by the specific fixes listed in the 2.5 changelog (heading spacing, heading colors, z-index, etc). I rolled back to the previous version of Spectra and the issues are gone.

    I tried editing the colors in the blocks in the wp page editor, and I also tried the asset recovery and it did nothing.

    I am using the Spectra theme so it would be pretty crazy if it’s not even compatible with its own theme…. so something must be amiss in the code.

    I can confirm it’s caused by the update. I rolled back to Version 2.4.2 and it fixed it.

    Not too happy, it colored every header on my site to #FFF, which, like most people, is also my background color so as far as the user was concerned all my headers had disappeared.

    the below code is a temp fix for those who cannot roll back, however if you use headers in any spectra block where you need a bright color it will also change it too, which kinda sucks.

    
    /* sorta fixes odd color issue with spectra blocks after update
    .wp-block-uagb-container.wp-block-uagb-container h1, .wp-block-uagb-container.wp-block-uagb-container h2, .wp-block-uagb-container.wp-block-uagb-container h3, .wp-block-uagb-container.wp-block-uagb-container h4,  .wp-block-uagb-container.wp-block-uagb-container h5,  .wp-block-uagb-container.wp-block-uagb-container h6 {
    	color: #333333 !important;
    }
     */
    • This reply was modified 1 year, 6 months ago by 8bit7.

    Hello @8bit7,

    Thanks for writing back.

    I request you open a support ticket from here : https://wpspectra.com/support/, so that the dev team can assist better.

    Regards.

    Judith.

    Hi @8bit7,

    It’s been long since we heard from you. I am going ahead to mark this thread as resolved.

    Please feel free to open a new thread in case of any other queries.

    Regards.

    Judith.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Issue with text color in 2.5.0’ is closed to new replies.