# Custom Theme Settings ## Site wide ### Header Here you can manipulate the position of the header. ![Header](https://user-images.githubusercontent.com/10253167/145860645-91bb83cd-83c6-4b10-b5dc-a292be18f3d5.png) ### Header Menu You can choose the position of the navigation menu. ![image](https://user-images.githubusercontent.com/10253167/145861104-692f7e77-6b77-4f19-8da8-98546a46e4bd.png) ### Header background color Mapache has the facility to have a different color for the header, activate and choose your favorite colors. ![Header Background](https://user-images.githubusercontent.com/10253167/145861940-b12fe897-6df0-4879-b45a-9b1bc0a02477.png) ![Header Header](https://user-images.githubusercontent.com/10253167/145862219-8c6c1c44-baa1-41f8-886a-634de8fad0c9.png) ### Color Scheme You have the facility to choose the color scheme to start by default. ![Color Schema](https://user-images.githubusercontent.com/10253167/145862735-13ae0876-5b2e-4a1c-979d-5f19a0dea992.png) ### Publication logo - Now in Mapache you can use a logo exclusively for the dark mode. - Here you can manipulate the size of the width of your logo, you can use: `px` or `rem` ![Publication logo and logo size](https://user-images.githubusercontent.com/10253167/145864463-fdd1846f-84ef-4665-be4e-acd4c94a723a.png) ### Membership - Disable buttons and forms. - Change the background of the sidebar newsletter ![disable Membership](https://user-images.githubusercontent.com/10253167/145864821-24e07bc2-ed3a-44aa-9b33-7170314a0ec7.png) ![background Newsletter](https://user-images.githubusercontent.com/10253167/145865235-4f428df5-4d32-4509-ad75-80dec0edd04f.png) ## Post ### Post font Choose font-sans or font-serif ![post font](https://user-images.githubusercontent.com/10253167/145866087-4d2cfc68-f434-4776-80ca-91d8b1cc8d9d.png) ### Post font size You have between two options to change the text size ![post font size](https://user-images.githubusercontent.com/10253167/145866192-35e1a5d8-ed85-4b94-a2d5-e73826df7602.png) ### Gallery Mapache uses [lightGallery](https://github.com/sachinchoolur/lightGallery) library for the gallery ![gallery](https://user-images.githubusercontent.com/10253167/145866373-40ce3f79-19b8-41f6-931d-4c63bdf62335.png) ### Comments Mapache supports Disqus comments as well as comment counting First, you will need to get your account **disqusShortName*** ![comments](https://user-images.githubusercontent.com/10253167/145866475-bff794c8-7622-4b4c-af24-260f494be69f.png) ## Mapache Settings ### Social Media > Facebook and Twitter is not necessary because I use them from the ghost settings Add the Social Links only for the services you want to appear in the header section of your website. Pay attention as enabling too many services will cause menu problems. :arrow_right: `Dashboard -> Code injection -> Site Footer` ```html ``` :point_right: For those who are commented it is necessary to add those icons through `SVG` It is not necessary to add all the icons. Only the icons you need. :arrow_right: `Dashboard -> Code injection -> Site Footer` ```html ``` ### Search > The default search engine will only search the titles of the post 1. Go in your Ghost's `Dashboard -> Integrations -> Add custom integration` 2. Set a name: Choose a favorite name 3. Get the **Content API Key** and replace the demo **key** with this one 4. Get the **Api URL** and replace in **url** ![Ghost search](https://user-images.githubusercontent.com/10253167/105411973-1a8bed80-5c02-11eb-87cb-5a15cd9a7856.jpg) ➡️ `Dashboard -> Code injection -> Site Footer` ```html ``` ### Multi Language Mapache comes by default with buttons for changing the language Edit the following file. `./partials/layout/header.hbs` ```hbs {{!-- This is a language drop-down --}} ``` ![Multi Languaje](https://user-images.githubusercontent.com/10253167/145871326-2ccb1a79-b76a-474c-9237-7728e12c0f81.png)