Customization

Personalize the look and feel of your audience page with branding and custom styles.

From the audience page, logged-in admins can access powerful customization tools directly from the admin menu (the three-dot icon in the header). This allows you to see your changes in real-time before saving them.

Branding & Logo

Select "Customize" from the admin menu to open the branding sidebar. This sidebar lets you adjust the visual identity of the page.

  • Main Logo: Upload your band's logo. It will be displayed prominently at the top of the audience page.
  • Logo Height: Control how tall the logo appears.
  • Logo Padding: Adjust the amount of vertical space above and below your logo to ensure it fits perfectly in the layout.

Changes you make in this sidebar are shown live on the page. When you're happy with the result, click "Save". If you close the sidebar without saving, you'll be asked to confirm if you want to discard your changes.

Custom CSS

For more advanced customization, select "Custom CSS" from the admin menu. This opens a sidebar with a CSS editor, giving you full control over the page's styling.

  • CSS Editor: Write any valid CSS to target elements on the page. For example, you could change the color of buttons or the font size of the gig title.
  • Show Selectors on Hover: This is a powerful helper tool. When enabled, hovering over any element on the page will show a tooltip with its unique CSS class name (e.g., .bl-gig-name). You can then use this class name in the editor to style that specific element.
  • Copying Selectors: While holding down Ctrl or Cmd, you can click on any element to automatically copy its selector to your clipboard.

Note: Your custom styles are applied directly to the page. They might be overridden by the theme's default styles. If a style isn't applying, you may need to use more specific selectors or add the !important rule.