Applies To
Product: NetSuite 2024.1
SuiteApp: SuiteCommerce 2023.2 | Bundle ID: 496890
Scenario
While the Font Awesome base font is included by default in SuiteCommerce implementations, you may still need to source the Font Awesome stylesheets to use the included icons. One option is to add the links to the style sheets in the header section for all pages, via Site Management Tools.
Solution
Add Font Awesome stylesheet to your SuiteCommerce pages via Site Management Tools
- Access your web store on a browser
- Press ESC to access the SMT.
- Log in to the SMT
- Switch to Edit Mode.
- Click the Plus icon.
- Drag a new CMS HTML section to the header for all pages.
- Populate the Name field for easy tracking (optional)
- Add the link to the stylesheets required by your webstore in the HTML Code field
- Example:
<link rel="stylesheet"href="https://use.fontawesome.com/releases/v5.4.1/css/fontawesome.css"integrity="sha384-BzCy2fixOYd0HObpx3GMefNqdbA7Qjcc91RgYeDjrHTIEXqiF00jKvgQG0+zY/7I"crossorigin="anonymous">- For more information on how to get links to the appropriate stylesheets, including paid Pro icons, see How to use Font Awesome.
- Click Save
- Go to Review & Publish Changes
- Select the created CMS HTML content
- Click Publish