and Verse block not working

[ad_1]

Hi @littera7

It seems that after the latest WP update (6.2), all text in my site (which is a literary blog) that uses the <pre> tag does not style anymore.

There was an issue with the Verse block that got addressed in the last release. Previously, the block’s default styles prevented selecting a font family via the site editor for block themes.

The fix involved reducing the specificity of the default style. It appears that unfortunately in your case, the Hello Elementor theme stylesheet adds a more specific rule which now overrides the Verse block’s default for font-family.

The quickest fix would be to add the following CSS via Customizer.

pre.wp-block-verse {
    font-family: inherit;
}

I hope that helps!

Thank you very much for the information! It has corrected the issue and the styling is back to what it was.

As I am new to coding and website designing, I still have a long way to go!

Thank you very much for the information! It has corrected the issue and the styling is back to what it was.

I’m glad it helped.

If you’re happy with the outcome, might I suggest marking this topic as resolved? It may help someone else with a similar issue locate a solution that works for them as well.

As I am new to coding and website designing, I still have a long way to go!

There’s always something new to learn! Just keep enjoying the journey 🙂

 

This site will teach you how to build a WordPress website for beginners. We will cover everything from installing WordPress to adding pages, posts, and images to your site. You will learn how to customize your site with themes and plugins, as well as how to market your site online.

Buy WordPress Transfer