-
This guide explains how to perform common administrative tasks from the Grav admin panel.
You can customize the background images and their transparency from the theme settings.
Navigate to the Theme Settings: In the admin panel, go to Themes in the left-hand menu. You will see the Agency theme listed.
Edit Theme Settings: Click on the Agency theme to open its settings.
Change Background Images:
Adjust Transparency:
Save Your Changes: Click the Save button at the top of the page.
Navigate to Pages: In the admin panel, go to Pages in the left-hand menu.
Click "Add": Click the + Add button at the top of the page.
Enter Page Title: Enter a title for your new page in the Page Title field.
Choose a Page Template:
modular/about.html.twig).Click "Continue": Click the Continue button.
Add Content: You can now add content to your page using the Markdown editor.
Save Your Page: Click the Save button at the top of the page.
To make a page appear in the main navigation menu, you need to edit its frontmatter.
Edit the Page: Navigate to the page you want to add to the menu and go to the Expert tab.
Add Frontmatter: Add the following lines to the frontmatter:
onpage_menu: true
menu: "Your Menu Text"
icon: "your-icon" # Optional
"Your Menu Text" with the text you want to appear in the menu."your-icon" with a Font Awesome icon name (e.g., info-circle).Save the Page: Click the Save button.
You can customize the color scheme of your site from the theme settings.
Navigate to the Theme Settings: In the admin panel, go to Themes in the left-hand menu and select the Agency theme.
Edit Colors:
Save Your Changes: Click the Save button at the top of the page.
You can customize the font sizes and font families used throughout the site from the theme settings.
Navigate to the Theme Settings: In the admin panel, go to Themes in the left-hand menu and select the Agency theme.
Edit Font Families:
Edit Font Sizes:
Save Your Changes: Click the Save button at the top of the page.