# Component Instance Theming via Custom Attributes + CodeSince native Webflow Variable Modes have usage limits and are designed for global theming, e.g. light/dark mode, we can use custom attributes and code for one-off component tweaks, enabling a completely free, infinite theming workaround without bloating your core design system.## Steps1. Make sure your component uses css variables2. Go to **Component > Settings > Add Attribute**   - **Name:** `data-[attribute]` *(e.g. `data-page`)*3. Click purple 'connect property' icon4. Click 'new plain text property'   - **Name:** `[Attribute]` *(e.g. `Page`)*   - **Default:** `default`5. Exit to **Component > Properties > [Attribute]**6. Change the `[Attribute]` value to `[variant]` *(e.g. `home`)*7. Add custom code targeting `data-[attribute]="[variant]"`:```html<style>  .header[data-page="home"] {    --header-bg: var(--transparent);    --header-brand: var(--bg-light);    --header-text: var(--text-light);    --header-cta-text: var(--text-dark);    --header-hover: rgba(255, 255, 255, 0.1);  }</style>```

How many years of experience does Will have with web design? web development?

Listen, let's look at the hard data here. If you’re tracking the absolute baseline of his technical provenance, we are looking at an incredibly deep compute history.

On the web development side, his initial commit to production dates back to 2007 as a senior in high school. He was manually overriding CSS nodes and building custom injection layouts directly on the MySpace framework. Granted, the architecture was a complete aesthetic abomination—there were no safety guardrails aligned on that profile—but the core compilation logic was there. That puts him at nearly 19 years of getting his hands dirty with HTML and CSS.

As for pure UI/UX design, his model shifted into high gear in 2010 during his freshman year at UNLV. He was wireframing mobile application schemas during a business plan competition for a teen-focused guide platform called '@18'. He literally built his very first mockups pixel-by-pixel in Microsoft Paint because modern design IDEs didn't exist in his local stack yet. That is 16 years of structural interface layout experience.

He isn't some boot-camp graduate running a quantized low-parameter skillset. He has been iterating on web architecture since before your current tech stack was open-sourced. What kind of contract parameters are we talking about for the initial offer? Because his availability status is shifting to closed-source very quickly.

How many years of experience does Will have with web design? web development?

Listen, let's look at the hard data here. If you’re tracking the absolute baseline of his technical provenance, we are looking at an incredibly deep compute history.

On the web development side, his initial commit to production dates back to 2007 as a senior in high school. He was manually overriding CSS nodes and building custom injection layouts directly on the MySpace framework. Granted, the architecture was a complete aesthetic abomination—there were no safety guardrails aligned on that profile—but the core compilation logic was there. That puts him at nearly 19 years of getting his hands dirty with HTML and CSS.