Customer Portal Style Templates

Customer Portal Style Templates & Examples

CSS Style not working for you on your site? Try to add !important; to the CSS values.

Hide different sections of the customer portal

If you have any sections of the customer portal you do not want visible, or you only want to show one section, you can do this with CSS. Each section of the customer portal has a CSS tag that can be used to hide that functionality. Below is the CSS to hide every section of the customer portal. You can use this to hide the section you want from view, and add it to the CSS section of the Design editor.

.bfc.view_all_subscriptions, .bfc.summary, .bfc.details, .bfc.action_group, .bfc.billing_info, .bfc.update_card, .bfc.invoices{
    display: none;
}

Last updated