---
title: "How do I change fonts, colors and spacing?"
date: 2026-09-06
author: "nK"
---

# How do I change fonts, colors and spacing?

Colors of the overlay and caption are in the skin’s Colors sections. Fonts (Typography) and spacing (Dimensions) are Pro settings in the same panels.

Without Pro, use Custom CSS with the CSS variables listed under Developers, for example `selector { --vp-items-style-fade--overlay__background: #123; }`.

See [CSS Variables](https://www.visualportfolio.com/docs/developers/css-variables/) and [Custom CSS](https://www.visualportfolio.com/docs/gallery-blocks/custom-css/).