Learn how to customize the appearance of Fermion components using custom CSS selectors
data-custom-css-class
attribute with the appropriate selector. Here’s the general syntax:
data-custom-css-class
attribute that target specific locations on the Fermion platform.
[data-custom-css-class="header-logo-course-landing-page-desktop"]
[data-custom-css-class="header-logo-course-landing-page-mobile"]
[data-custom-css-class="header-logo-homepage-page-desktop"]
[data-custom-css-class="header-logo-homepage-page-mobile"]
[data-custom-css-class="course-item-mark-as-not-done-checkbox"]
- refers to completed checkbox[data-custom-css-class="course-item-mark-as-done-checkbox"]
- refers to incomplete checkbox[data-custom-css-class="header-logo-course-item-sidebar-mobile"]
[data-custom-css-class="header-logo-course-item-sidebar-desktop"]
[data-custom-css-class="course-item-main-area"]
- This selector is the topmost parent class of the area where the user sees course item content.[data-custom-css-class="login-page"]
- Targets the login page at /login
. Use this to customize background, fonts, and overall styling of the login page.[data-custom-css-class="register-page"]
- Targets the registration page at /register
. Use this to customize background, fonts, and overall styling of the registration page.[data-custom-css-class="password-reset-page"]
- Targets the password reset page at /password-reset
. Use this to customize background, fonts, and overall styling of the password reset page.<style>
tag