---
title: "Changing default templates and styles"
date: 2018-09-09
author: "demon.kir"
---

# Changing default templates and styles

Templates placed in the plugins directory `/visial-portfolio/templates/`

To override default templates, copy the template into a directory within your theme named `/visual-portfolio` keeping the same file structure but removing the `/templates/` subdirectory.

Example: to override default filter template, copy:

- from `wp-content/plugins/visual-portfolio/templates/items-list/filter/filter.php`
- to `wp-content/themes/YOUR_THEME/visual-portfolio/items-list/filter/filter.php`