Select all that apply. Where can you access a brand logo that you’ve set in your account’s brand settings?
- Within HTML + HubL files
- Within CSS + HubL files
- Within a module’s fields.json file
- Within a theme’s fields.json file
Explanation: You can access a brand logo that you’ve set in your account’s brand settings within HTML + HubL files, within CSS + HubL files, and within a module’s fields.json file. When you set a brand logo in your account’s brand settings, it becomes available for use throughout your HubSpot account, including within your website’s templates and stylesheets. In HTML + HubL files, you can reference the brand logo using HubL syntax to dynamically insert it into the page markup, ensuring consistency across different pages and templates. Similarly, in CSS + HubL files, you can utilize the brand logo as a background image or an image element by specifying its URL, allowing you to style elements with the logo or integrate it into the design as needed. Additionally, modules in HubSpot often include fields for configuring content, such as images, text, or links, and the brand logo can be one of these configurable options. By accessing the module’s fields.json file, you can configure the module to include the brand logo as a selectable option, enabling content creators to easily incorporate the logo into module instances across the website. However, accessing the brand logo within a theme’s fields.json file is not typically supported, as themes primarily define the overall structure, layout, and styling of a website, rather than specific content elements like logos. Therefore, selecting within HTML + HubL files, within CSS + HubL files, and within a module’s fields.json file accurately identifies the locations where you can access a brand logo set in your account’s brand settings within the HubSpot environment.