Crafting a Typography and Color Palette Design Page for Clients

[members_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: July 27, 2024

Video Download: HD Download | Mobile Download

Additional Notes:

Audio OnlyDownload 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>'; }

[/members_logged_in] [members_not_logged_in]

You need to be logged into your membership account to have access to the webinar replays.

[/members_not_logged_in]
Back to Top