ExamGecko
Question list
Search
Search

List of questions

Search

Question 236 - Certified B2B Commerce Administrator discussion

Report
Export

A developer needs to implement specific styling for a standard component on a single page of the B2B Commerce store using an Aura template. The component should use the default style on all other pages.

How should the developer implement the required changes over multiple instances?

A.
Use a Custom CSS file in a static resource and add the import using the Edit Head Markup Editor in the Experience Builder.
Answers
A.
Use a Custom CSS file in a static resource and add the import using the Edit Head Markup Editor in the Experience Builder.
B.
Create a Custom Content Layout Lightning web component that imports the custom CSS file. Set up the page to use this Content Layout.
Answers
B.
Create a Custom Content Layout Lightning web component that imports the custom CSS file. Set up the page to use this Content Layout.
C.
Create a Custom Theme Layout Aura component that imports the custom CSS file. Set up the page to use this Theme Layout.
Answers
C.
Create a Custom Theme Layout Aura component that imports the custom CSS file. Set up the page to use this Theme Layout.
D.
Use the Override ii a in the Experience Builder and add the desired CSS to change the styles.
Answers
D.
Use the Override ii a in the Experience Builder and add the desired CSS to change the styles.
Suggested answer: C

Explanation:

To implement specific styling for a standard component on a single page of the B2B Commerce store using an Aura template, the developer should create a custom theme layout Aura component that imports the custom CSS file. The developer should then set up the page to use this theme layout in the Experience Builder. This approach allows the developer to apply the custom CSS file only to the page that needs it, without affecting the default style of the component on other pages. The developer can also use the theme layout component to add other elements or functionality to the page, such as headers, footers, or navigation menus.Reference:

Customize Your Storefront with Aura Components

Create a Custom Theme Layout Component

asked 23/09/2024
test testsers
39 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first