# Customize Template in Theme or Child Theme

## 1: Customize template

**The First**: You have to create "ovabrw-templates" in your theme or child theme

**The Seconds**: Copy files in&#x20;

```
plugins/ova-brw/ovabrw-templates/*.php 
to
themes/your-theme/ovabrw-templates/ folder.
```

## 2: Example

If you want to customize "\[**ovabrw\_search/**]" shortcode, you have to copy file:

```
plugins/ova-brw/ovabrw-templates/shortcode/search_form_full.php
to
themes/your-theme/ovabrw-templates/shortcode/search_form_full.php
```

## 3: Customize Modern Template

Listing Product, Card Template

```html
Copy files in 
Plugins/ova-brw/ovabrw-templates/modern/products/*.php
to
wp-content/themes/your-theme/ovabrw-templates/modern/products/*.php 
```

<figure><img src="https://4082525133-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fa2OkFafBNY1uvQO4naAL%2Fuploads%2FxjukQIzGUU3VUmNio1hS%2Fimage.png?alt=media&#x26;token=cc38dce5-8ef7-4175-bf1d-db77963b1dc1" alt=""><figcaption></figcaption></figure>

Product Detail

```html
Copy files in 
Plugins/ova-brw/ovabrw-templates/modern/single/*.php
to
wp-content/themes/your-theme/ovabrw-templates/modern/single/*.php 
```

<figure><img src="https://4082525133-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fa2OkFafBNY1uvQO4naAL%2Fuploads%2FBaWOkOqDjGSYDKKRw1kr%2Fimage.png?alt=media&#x26;token=193b70b3-011b-435d-a573-fd0ed58f9958" alt=""><figcaption></figcaption></figure>
