У нас вы можете посмотреть бесплатно Customize The WooCommerce My Account Page In 30 Minutes – No code! или скачать в максимальном доступном качестве, которое было загружено на ютуб. Для скачивания выберите вариант из формы ниже:
Если кнопки скачивания не
загрузились
НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием, пожалуйста напишите в поддержку по адресу внизу
страницы.
Спасибо за использование сервиса ClipSaver.ru
Cornerstone Builder (Pro Theme) Affiliate Link: https://affiliates.theme.co/idevaffil... In this tutorial we'll take a look at how to level-up the WooCommerce Account page easily and effectively using nothing more than Themeco's Cornerstone Builder & a sprinkle of modern design. The one line of CSS can be found below as well as chapter jumpers. Video Part 1: My Account Page 1. Conditional logic for login/logout states | 3:54 2. Hide the default nav using CSS | 5:22 3. Styling your account area | 6:47 4. Creating and assigning WordPress menus | 8:38 5. Adding graphics to your WordPress menu | 9:13 Video Part 2: My Account Portal 1. Multi-region headers | 14:00 2. Style the account like a platform / portal / tool | 14:42 3. Dropdown element for personalized info | 17:49 4. Conditional header logic and priorities | 19:21 Custom CSS /*Hide WooCommerce Default Navigation*/ .woocommerce-MyAccount-navigation { display: none; } /*Optional Login Form CSS Cleanup*/ input[type=radio], input[type=checkbox] { margin: 0.425em 0.5em 0.425em 0em; line-height: normal; cursor: pointer; } button.woocommerce-button.button.woocommerce-form-login__submit { width: 100%; height: 3em; margin-top: 2em; }