Stylesheet

How to override Gutenberg admin CSS

How to override Gutenberg admin CSS

To override Gutenberg's styles you need to add your own stylesheet. So hook into enqueue_block_editor_assets and then add your own stylesheet in which you target the selectors you wanna override. In the following example I placed a stylesheet in a custom theme's assets/ folder.

Responsive header image
What is a responsive header? How do I make my WordPress header image responsive? How do you make a full width image responsive? What is header image i...
Trigger popup on click product image in WordPress
How do I add a pop up to a button click in WordPress? How do I make an image popup in WordPress? How do you pop everything on click? Which plugin is u...
Wordpress template page name displayed on screen
How do I remove page title from WordPress homepage? How do I show page titles in WordPress? How do you find out what template a WordPress page is usin...