Call or WhatsApp +923000113866
Email us: info@vamatters.com
Introduction
Welcome to our latest blog post where we'll be sharing some invaluable CSS and JavaScript snippets to help you customize and optimize your CRM forms. Whether you want to hide specific menu items, showcase different logos for sub-accounts, or tweak the appearance of radio images and buttons, we've got you covered. Let's dive into the code snippets that will elevate your CRM experience.
Welcome to our latest blog post where we'll be sharing some invaluable CSS and JavaScript snippets to help you customize and optimize your CRM forms. Whether you want to hide specific menu items, showcase different logos for sub-accounts, or tweak the appearance of radio images and buttons, we've got you covered. Let's dive into the code snippets that will elevate your CRM experience.
To hide a certain crm nav menu item
To hide a certain crm nav menu item
Replace YNie1ivMYV213gjcAcl0 with your sub-account ID
Replace YNie1ivMYV213gjcAcl0 with your sub-account ID
To have a different logo for each sub-account
To have a different logo for each sub-account
Replace YNie1ivMYV9a8gjcAcl0 with the sub-account ID and replace content URL with your sub-account logo URL after uploading it in the media library.
Replace YNie1ivMYV9a8gjcAcl0 with the sub-account ID and replace content URL with your sub-account logo URL after uploading it in the media library.
/* Centering the images and text */
.hl-app #_builder-form .option-radio-image .container-group-image {
display: flex !important;
justify-content: center !important;
align-items: center !important;
gap: 10px !important;
margin: 0 auto !important;
flex-wrap: wrap !important;
}
.hl-app #_builder-form .option-radio-image .container-group-image .option-radio {
width: var(--img-radio-container-width) !important;
min-height: var(--img-radio-container-min-height) !important;
max-width: var(--img-radio-container-max-width) !important;
display: flex !important;
align-items: center !important;
justify-content: center !important;
padding: 0 !important;
}
.hl-app #_builder-form .option-radio-image .container-group-image .option-radio > div {
width: var(--img-radio-container-width) !important;
min-height: var(--img-radio-container-min-height) !important;
max-width: var(--img-radio-container-max-width) !important;
display: flex !important;
align-items: center !important;
justify-content: center !important;
}
.hl-app #_builder-form .option-radio-image .container-group-image .option-radio > div .radio-image-option-set {
width: 100% !important;
min-height: var(--img-radio-container-min-height) !important;
max-height: var(--img-radion-container-max-height) !important;
margin: 0 auto !important;
padding: 3px !important;
display: flex !important;
flex-direction: column !important;
align-items: center !important;
justify-content: center !important;
transition: var(--transition-all) !important;
background: #ffffff !important;
border: 2px solid #6f00ff !important;
border-radius: 6px !important;
box-sizing: border-box;
}
/* Adjusting the image alignment */
.hl-app #_builder-form .option-radio-image .container-group-image .option-radio > div .radio-image-option-set img {
display: block;
margin: 0 auto;
}
</style>
/* Centering the images and text */
.hl-app #_builder-form .option-radio-image .container-group-image {
display: flex !important;
justify-content: center !important;
align-items: center !important;
gap: 10px !important;
margin: 0 auto !important;
flex-wrap: wrap !important;
}
.hl-app #_builder-form .option-radio-image .container-group-image .option-radio {
width: var(--img-radio-container-width) !important;
min-height: var(--img-radio-container-min-height) !important;
max-width: var(--img-radio-container-max-width) !important;
display: flex !important;
align-items: center !important;
justify-content: center !important;
padding: 0 !important;
}
.hl-app #_builder-form .option-radio-image .container-group-image .option-radio > div {
width: var(--img-radio-container-width) !important;
min-height: var(--img-radio-container-min-height) !important;
max-width: var(--img-radio-container-max-width) !important;
display: flex !important;
align-items: center !important;
justify-content: center !important;
}
.hl-app #_builder-form .option-radio-image .container-group-image .option-radio > div .radio-image-option-set {
width: 100% !important;
min-height: var(--img-radio-container-min-height) !important;
max-height: var(--img-radion-container-max-height) !important;
margin: 0 auto !important;
padding: 3px !important;
display: flex !important;
flex-direction: column !important;
align-items: center !important;
justify-content: center !important;
transition: var(--transition-all) !important;
background: #ffffff !important;
border: 2px solid #6f00ff !important;
border-radius: 6px !important;
box-sizing: border-box;
}
/* Adjusting the image alignment */
.hl-app #_builder-form .option-radio-image .container-group-image .option-radio > div .radio-image-option-set img {
display: block;
margin: 0 auto;
}
</style>
To Target Nth question on form/survey and adjust its CSS
To Target Nth question on form/survey and adjust its CSS
</style>
</style>
Reach Out to Us for an Exclusive Collection of CSS and JavaScript Snippets!
Subscribe to our social
We’re on a mission to build a better future where technology creates good jobs for everyone.
© Copyright 2024. VA Matters (SMC-PRIVATE) Limited. All rights reserved.