← Back to portfolio
// Websites

KKG Accountancy

Design & Development

Visit Live Site
KKG Accountancy

Customized a Webflow template into a premium site for an e-commerce tax accounting firm, with a custom blog template built for granular styling control.

// 01The Problem

Karl Kamgdom, founder of KKG Accountancy, needed a site for his e-commerce tax accounting business. The site couldn't just look good, it had to communicate a premium feel and brand that matched the trust an accounting firm needs to earn, and it needed to actually convert visitors into customers rather than just sit there looking nice.

// 02The Solution

I customized a Webflow template to fit KKG's brand and premium positioning rather than building from a blank canvas, which let me focus the effort on the details that make a site feel high end, typography, spacing, imagery, and conversion focused CTAs, instead of rebuilding structural basics that were already solid.

I also built out a custom blog template from scratch, since Webflow's default CMS blog templates are fairly rigid and weren't going to hold up to a premium brand. The rigid part of a Webflow CMS template is that every item in a collection renders through the same static layout, so normally every blog post ends up looking identical to every other one, same block order, same spacing, same structure. That's fine for a basic blog, but it works against a premium feel where you want each post to have its own visual identity.

To get past that, I added custom code embeds directly inside the CMS template, targeting specific classes within each blog post's rich text field and individual content blocks rather than relying only on Webflow's built in style panel. That let me write CSS and small JS snippets that hook into specific elements per post, custom spacing, custom block styling, unique layout touches, instead of every post inheriting one identical rigid structure. Targeting classes this way meant I could keep the core structure and styling consistent with the rest of the site, same fonts, same color system, same spacing scale, while still giving each individual post room to feel distinct rather than like a copy paste of the last one.

The tricky part of leaning this heavily on custom code inside a CMS template is that it's easy to make something that only the developer can maintain. To keep it usable for Karl, I made sure the custom code stayed scoped to specific, well labeled classes and rich text elements, so adding a new blog post still just means filling out the normal CMS fields, no code required on his end. The custom styling and embeds attach automatically based on how the content is structured and classed, so he gets the flexibility and premium look of a custom built post without having to touch or understand any of the code making it work.

// 03The Result

KKG Accountancy came away with a premium, credible looking site built to convert visitors into clients, along with a custom blog system that gives them much more styling control over their content than an out of the box Webflow blog would allow.