David Beckwith

Results 39 comments of David Beckwith

This would make a good feature particularly for dynamic images in the loop where images `width` and `height` may vary. Thing to note: `aspect-ratio` values are overwritten by the CSS...

Closed. Consider custom CSS if requried.

@FunkyCss Is this related to this topic? https://generatepress.com/forums/topic/new-issue-with-dynamic-fonts/

All the theme does is write the CSS for setting the font-family and the applicable styles. This issue is how specific browsers on specific manufacturer OSes handle font rendering, and...

The method above would allow you to select a predefined Typography Target element and add as many Utility classes that may be required. No repeating or duplicating. Just a field...

It seems that WP does not replace the `:root` selector. As the themes global color styles remain intact ie. ``` :root { --contrast: #222222; --contrast-2: #575760; --contrast-3: #b2b2be; --base: #f0f0f0;...

Closed for same reasons as: https://github.com/tomusborne/generatepress/issues/311

Agree with 2nd option. Closing

This would require extensive search and replacing of color variables and `has-` utlitly classes in the theme and in the content. And there is no practical or stable way to...