[members_logged_in]
[/members_logged_in]
[members_not_logged_in]
Crafting a Typography and Color Palette Design Page for Clients
It doesn't matter if you have a client coming to you who has never had a website before or has always had a strong online presence and/or image... every client should have a "Design Palette Page" for both private usage as well as guidelines for future integrations. During this webinar, we will look at why you should create a design palette for a client and how to implement it into WordPress.
Save the Webinar 0
Webinar Originally Broadcast: December 13, 2024
Video Download: HD Download | Mobile Download
Additional Notes:
Audio Only – Download File
Code Example:
Block Editor Full Width
add_action('admin_head', 'block_editor_full_width'); function block_editor_full_width() { echo '<style> .wp-block { width: 100% !important; max-width: none !important;} .editor-styles-wrapper .editor-writing-flow { max-width: none !important; margin: 0 !important;} } </style>'; }