# Footer Settings

To configure footer go to `/config.toml` file and find `# Footer Settings`:

```
# Footer Settings
[params.footer]
copyright = "Copyright © 2022 Aster"
col1_title = "Address:"
col1_text = "Ridgewood Queens,<br/>NY 11385, USA"
col2_title = "Follow Us:"
col2_text = ""
col3_title = "Get in touch:"
col3_text = "asteragency@domain.com<br/>+012 (234) 567 78"
```

* **"copyright"** - Copyright Text
* "**col1\_title**" - Culumn #1 Title
* "**col1\_text**" - Culumn #1 Text

To change social icons (for footer and menu overlay popup) go to `/config.toml` file and find `# Social Settings`:

```
# Social Settings
[[params.social]]
title = "Twitter"
icon = "fab fa-twitter"
url = "https://www.twitter.com/"
weight = 1
[[params.social]]
title = "Dribbble"
icon = "fab fa-dribbble"
url = "https://www.dribbble.com/"
weight = 2
[[params.social]]
title = "Behance"
icon = "fab fa-behance"
url = "https://www.behance.net/"
weight = 3
```

* **"title"** - Title Text
* "**icon**" - FontAwesome Icon Class
* "**url**" - Link
* "**weight**" - Order Index

*<mark style="color:orange;">Saved your time and you want to thank me? You can</mark>* [![image-text](https://www.buymeacoffee.com/assets/img/custom_images/orange_img.png) ](https://www.buymeacoffee.com/bslthemes)😊
