Overview
Enhance your network's branding by customizing its colors and fonts using Custom CSS in Zoho Connect. Once enabled, the custom theme applies to all users in the network. However, individual users can still select one of the default themes for their personal view.
What does customizing CSS do in Zoho Connect?
With Custom CSS in Zoho Connect, you can personalize elements such as the menu colors, background, and text fonts to align your company's identity.
Refer to the image below to understand where custom CSS changes will apply.
Who can enable Custom CSS?
Only network admins have the permissions to enable and modify Custom CSS.
How to enable Custom CSS?
Go to Settings from the right menu.
Click Custom CSS under Customization.
Upload (1) the custom style sheet from the system or enter code (2) in the editor and click Save.
Once you're done, toggle the Enable Custom CSS button to apply changes.
How do I customize CSS style in Zoho Connect without code knowledge?
If you're not proficient with coding CSS style sheets, you can contact our team for assistance. We'll discuss your needs and personalize the platform's theme based on your preferences.
Here’s a sample CSS code to customize your platform by changing color codes and styles.
body.theme1,body.theme2,body.theme3,body.theme4,body.theme5{
- /*link color*/
- --linkPrimary: #5A35B1;
- /*name text color*/
- --primaryThemeColor: #5A35B1;
- /*left menu apps bar cont color*/
- --leftAppsContColor: #27293d;
- /*left menu apps icon and text color*/
- --leftAppsIconColor:rgba(255, 255, 255, 0.7);
- /*left menu apps icon and text hover color */
- --leftAppsIconHoverColor:#fff;
- /*left menu apps active icon and text color */
- --leftAppsSelectedIconColor:#fff;
- /*left menu apps hover color */
- --leftnavOptionHoverColor:rgba(255,255,255,0.08);
- /* left menu apps current bg */
- --leftAppsSelectedBG: #5A35B1;
- /*left menu nav list cont color */
- --leftNavContColor:#fff;
- /* left menu nav list color */
- --leftNavListItemColor:#000;
- /* left menu nav listing hover */
- --leftNavListItemHoverColor:#efebf7;
- /* left menu nav list active color*/
- --leftNavListItemSelected: #5A35B1;
- /* left menu apps shrinkMenu footer*/
- --leftAppsContFooterColor:#27293d;
- /* left menu nav list footer option*/
- --leftContNewOption: #efebf7;
- --leftContNewOptionTxt: #5A35B1;
- /** left menu nav list Icon bg color **/
- --leftNavListHeadingIconBg:#F5F5F5;
- /** left menu nav list Icon color **/
- --leftNavListHeadingIconColor:#939393;
- /** left menu nav list Icon bg hover color **/
- --leftNavListHeadingIconHoverBg:#e3e8ee;
- /** left menu nav list Icon hover color **/
- --leftNavListHeadingIconhoverColor:#7f7e7e;
- /* submit button color */
- --submitButtonColor: #5A35B1;
- /*submit button darken*/
- --submitButtonDarkColor:#51309f;
- /* fade link color and blockquotes bg color */
- --submitButtonColorRBG5:#efebf7;
- /* menu hover color and fade of link color*/
- --menuHoverColor: #efebf7;
- /* menu hover backgroundcolor*/
- --menuHoverColorDark: #cec2e8;
- /** White bg color **/
- --bgwhitewhenNightmode:#ffffff;
- /** Loading color **/
- --leftNavListItemColorLoading:#120b23;
- --leftAppsIconColorLoading:#090512;
- &.nightMode{
- /* left menu nav list footer option*/
- --leftContNewOption: rgba(90,53,177,0.24);
- }
- }
How do I download a custom style?
From the Custom CSS page, click Export below the editor to download the custom style.
With Custom CSS, you can take control of your network’s appearance and provide a consistent, professional brand experience to users.
If you have any issues while customizing the CSS, you can contact our team at support@zohoconnect.com. We're happy to help!