Title: AZDev Account Skin for WooCommerce
Author: alexeyaz2012
Published: <strong>September 2, 2026</strong>
Last modified: September 2, 2026

---

Search plugins

![](https://ps.w.org/azdev-account-skin/assets/icon.svg?rev=3677291)

# AZDev Account Skin for WooCommerce

 By [alexeyaz2012](https://profiles.wordpress.org/alexeyaz2012/)

[Download](https://downloads.wordpress.org/plugin/azdev-account-skin.0.8.2.zip)

 * [Details](https://wordpress.org/plugins/azdev-account-skin/#description)
 * [Reviews](https://wordpress.org/plugins/azdev-account-skin/#reviews)
 *  [Installation](https://wordpress.org/plugins/azdev-account-skin/#installation)
 * [Development](https://wordpress.org/plugins/azdev-account-skin/#developers)

 [Support](https://wordpress.org/support/plugin/azdev-account-skin/)

## Description

**WooCommerce is required.** AZDev Account Skin for WooCommerce does not work as
a standalone plugin: it restyles the **WooCommerce My Account** area (customer dashboard,
orders, addresses, and other account endpoints). Install and activate WooCommerce
first, then enable the skin under WooCommerce  AZDev Account Skin.

The plugin uses its own CSS, WooCommerce hooks, and an optional wrapper template.
You do not need to copy files into the theme.

This directory listing is fully functional. It includes:

 * Modern layout for the standard WooCommerce My Account pages
 * Account cover with avatar, name, and email
 * Accent follows the active theme, with a neutral gray fallback
 * Hide, rename, and reorder account menu items (including items from other plugins)
 * One optional extra URL in the menu (FAQ, support, and similar)
 * Optional dashboard welcome text with simple tags
 * Works with core WooCommerce endpoints (orders, downloads, addresses, account 
   details)
 * While the skin is enabled, the plugin layout templates replace theme My Account
   wrappers so the cover and menu stay in one row

A separate Pro package sold on [azdev.tech](https://azdev.tech) (not included here)
adds cover images, color schemes, extra layouts, menu styles, extra custom links,
and similar appearance controls.

Author: Alexey A. Zubenko
 Plugin website: https://azdev.tech

### External services

This WordPress.org package does not connect to external services and does not send
visitor or admin data off-site.

The optional Pro package sold separately on azdev.tech includes a license client.
That separate download (not this listing) may send a license key, site URL, and 
activation token to https://azdev.tech when an administrator activates, validates,
or deactivates a key:
 [Terms of Service](https://azdev.tech/terms-of-service/) 
[Privacy Policy](https://azdev.tech/privacy-policy/)

## Installation

 1. Install and activate **WooCommerce** (required).
 2. Upload the plugin folder to `/wp-content/plugins/`, or install the plugin through
    the WordPress plugins screen.
 3. Activate AZDev Account Skin for WooCommerce.
 4. Open WooCommerce  AZDev Account Skin to enable or disable the skin.

## FAQ

### Does this plugin work without WooCommerce?

No. **WooCommerce must be installed and active.** This plugin is built only for 
the WooCommerce **My Account** customer area. Without WooCommerce there are no account
pages to style, and the plugin shows an admin notice and does not load its features.

### Does this require editing the theme?

No. Styles and the layout wrapper load from the plugin while the skin is enabled.
Developers can keep a theme template via the `az_my_account_view_use_plugin_template`
filter.

### Will it replace other My Account plugins?

No. This is a visual skin plus light menu cleanup for the classic WooCommerce account.
It is not a full tab/endpoint builder.

### Can I change the colors?

This listing uses the theme accent when the theme provides one, otherwise a neutral
gray. A separate Pro package on azdev.tech adds a color picker. Developers can also
filter `az_my_account_view_accent_color`.

### Can I hide or rename menu items?

Yes. WooCommerce  AZDev Account Skin lists the current menu. You can show/hide items,
set custom labels, drag to reorder, and optionally add one extra URL.

### Does this plugin phone home?

No. This WordPress.org package does not send data to azdev.tech.

### The account layout looks broken (extra column) after install

Some themes put the account cover in the same flex/grid row as the menu. With the
skin enabled the plugin uses its own My Account wrapper so the cover stays full 
width. If a custom theme still shows a third column, contact support with the HTML
around the `.woocommerce` block. Stock WooCommerce themes are low risk.

### Does it work with Elementor?

Yes. The skin is written to work with Hello Elementor and the Elementor Pro **My
Account** widget. While the skin is on, plugin CSS overrides that widget’s tab, 
table, and button styles on the account page, so some Elementor widget controls 
will not apply. This is not a replacement for a fully custom Elementor account template.

## Reviews

There are no reviews for this plugin.

## Contributors & Developers

“AZDev Account Skin for WooCommerce” is open source software. The following people
have contributed to this plugin.

Contributors

 *   [ alexeyaz2012 ](https://profiles.wordpress.org/alexeyaz2012/)

“AZDev Account Skin for WooCommerce” has been translated into 1 locale. Thank you
to [the translators](https://translate.wordpress.org/projects/wp-plugins/azdev-account-skin/contributors)
for their contributions.

[Translate “AZDev Account Skin for WooCommerce” into your language.](https://translate.wordpress.org/projects/wp-plugins/azdev-account-skin)

### Interested in development?

[Browse the code](https://plugins.trac.wordpress.org/browser/azdev-account-skin/),
check out the [SVN repository](https://plugins.svn.wordpress.org/azdev-account-skin/),
or subscribe to the [development log](https://plugins.trac.wordpress.org/log/azdev-account-skin/)
by [RSS](https://plugins.trac.wordpress.org/log/azdev-account-skin/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

#### 0.8.2

 * Keep the Free styling help compact: document only the accent-color override and
   point visual customization to Pro.

#### 0.8.1

 * Admin: Free customization help — CSS variables reference and sample override 
   for the account skin.

#### 0.8.0

 * Distinctive name: AZDev Account Skin for WooCommerce (slug azdev-account-skin).
 * WordPress.org package is fully functional: Pro appearance modules live in a separate
   Pro download, not behind a license lock in this listing.
 * Enqueue front-end JavaScript with wp_enqueue_script instead of inline script 
   tags.

#### 0.7.3

 * Plugin Check: fix i18n text domain and translators comments; prefix template 
   globals; require WordPress 5.9 for theme.json accent helpers.

#### 0.7.2

 * Plugin icon: sidebar skin layout with AZ monogram (catalog option 02).

#### 0.7.1

 * Add plugin icons (SVG) for wp-admin and wordpress.org SVN assets.

#### 0.7.0

 * License: store an integrity HMAC on activation to detect casual tampering with
   saved license data.
 * WordPress.org packaging: org ZIP ready (no Domain Path header, no bundled language
   files).

#### 0.6.1

 * Pro: solid cover (no gradient) with cover color opacity slider.

#### 0.6.0

 * Pro: button color opacity to blend buttons with the cover gradient.
 * Packaging: wordpress.org ZIP drops Domain Path header; remove load_plugin_textdomain(
   WP auto-load).

#### 0.5.2

 * Pro: cover gradient start color (optional; pairs with end color for full custom
   gradients).

#### 0.5.1

 * Russian translations for Look & feel and related admin strings; regenerate .mo.

#### 0.5.0

 * Pro: Look & feel controls — text size, font, button size/shape, cover gradient
   direction/end color, and overlay darkness.

#### 0.4.19

 * Fix cover header layout on Elementor (row with avatar/meta/logout); hide duplicate
   page title outside the cover.
 * Repair a broken CSS block that could drop cover flex rules.

#### 0.4.18

 * Stop using WooCommerce `.button` on the dashboard orders link so theme/Elementor
   padding cannot push the label down.

#### 0.4.17

 * Center “View all orders” label vertically (fixed height, no vertical padding 
   clash).

#### 0.4.16

 * Shrink the dashboard “View all orders” button height against Elementor/theme 
   button padding.

#### 0.4.15

 * Draw account menu icons in a fixed-size span so Elementor ::before rules cannot
   misalign them.

#### 0.4.14

 * Keep WooCommerce order-action buttons stacked with a gap (no overlap) inside 
   Elementor table styles.

#### 0.4.13

 * Override Elementor heading/paragraph spacing inside the latest-order row; keep
   logout as a rectangular button.

#### 0.4.12

 * Fix cover avatar showing a broken-image glyph over initials when Gravatar 404s.
 * Align the latest-order button with the order row, not the section title.

#### 0.4.11

 * Harden account CSS against Elementor Pro / theme button and menu rules (icons,
   logout, badges, action buttons).

#### 0.4.10

 * Pro: visual icon picker (SVG previews) instead of a text dropdown for menu icons.

#### 0.4.9

 * Pro: choose an icon per account menu item from a built-in set.

#### 0.4.8

 * Pro: adding extra menu URLs also adds rows in the Account menu table immediately(
   no double save).

#### 0.4.7

 * Pro: up to 5 custom account menu URLs (Free stays at one).

#### 0.4.6

 * Pro: one-click color schemes (Graphite, Ocean, Forest, Ember, Wine) before the
   custom accent picker.

#### 0.4.5

 * Fix cover avatar image staying invisible (opacity rule lost to a more specific
   selector).

#### 0.4.4

 * Cover avatar: show photo when available; otherwise initials only (no blank/SVG
   placeholder hiding the letters).

#### 0.4.3

 * Hide cover initials when the avatar image is visible; show letters only if the
   image fails.

#### 0.4.2

 * Fix Pro default avatar not showing on the account cover (serve media URL directly
   instead of Gravatar d=).

#### 0.4.1

 * Fix account menu reorder not persisting after save (flat order field + safer 
   sanitize).

#### 0.4.0

 * Pro: license client via azdev.tech (activate / deactivate / validate).
 * Pro: cover image, accent color, layouts (left / right / horizontal).
 * Pro: menu styles (soft / bordered / minimal), menu icon toggle, default avatar
   image.
 * Document External services for the license API.

#### 0.3.3

 * Russian locale (ru_RU): admin and storefront strings; English remains the source
   locale.

#### 0.3.2

 * Cover avatar: local default image, initials fallback, and broken Gravatar recovery
   on offline sites.

#### 0.3.1

 * Fix broken sidebars on themes with custom My Account wrappers: use plugin layout
   templates and keep the cover full width.

#### 0.3.0

 * Free: hide, rename, and reorder account menu items; one extra URL; optional dashboard
   text with simple tags.

#### 0.2.8

 * Use the theme accent on Free (neutral gray fallback) instead of a fixed blue.

#### 0.2.7

 * Keep address cards in one row: ignore WooCommerce clearfix pseudo-elements inside
   the CSS grid.

#### 0.2.6

 * Keep billing and shipping address cards in one row instead of a staggered float
   wrap.

#### 0.2.5

 * Restyle account notices without a curved left border so WooCommerce info icons
   cannot cover the text.

#### 0.2.4

 * Hide WooCommerce notice icons so empty-state messages (e.g. Licenses) are not
   covered.

#### 0.2.3

 * Move the account page title into the cover so it no longer steals a layout column.

#### 0.2.2

 * Dashboard is an overview again; the orders table stays on the Orders screen.

#### 0.2.1

 * Fix account layout against theme grids; stop duplicating menu items on the dashboard.

#### 0.2.0

 * Working Free skin: cover with logout, dashboard cards, recent orders, full account
   CSS.
 * Admin: media picker and color picker (Pro-gated), link to My Account.

#### 0.1.0

 * Scaffold: Free account skin, cover header, admin screen, Pro feature gates.

## Meta

 *  Version **0.8.2**
 *  Last updated **2 days ago**
 *  Active installations **Fewer than 10**
 *  WordPress version ** 5.9 or higher **
 *  Tested up to **7.1**
 *  PHP version ** 7.4 or higher **
 *  Languages
 * [English (US)](https://wordpress.org/plugins/azdev-account-skin/) and [Russian](https://ru.wordpress.org/plugins/azdev-account-skin/).
 *  [Translate into your language](https://translate.wordpress.org/projects/wp-plugins/azdev-account-skin)
 * Tags
 * [account](https://wordpress.org/plugins/tags/account/)[dashboard](https://wordpress.org/plugins/tags/dashboard/)
   [My account](https://wordpress.org/plugins/tags/my-account/)[skin](https://wordpress.org/plugins/tags/skin/)
   [woocommerce](https://wordpress.org/plugins/tags/woocommerce/)
 *  [Advanced View](https://wordpress.org/plugins/azdev-account-skin/advanced/)

## Ratings

No reviews have been submitted yet.

[Your review](https://wordpress.org/support/plugin/azdev-account-skin/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/azdev-account-skin/reviews/)

## Contributors

 *   [ alexeyaz2012 ](https://profiles.wordpress.org/alexeyaz2012/)

## Support

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/azdev-account-skin/)