Hi Community,

Is there a way to add custom css for dashboards?

Thanks in advance

Like 0

Like

1 comments

Dear Sunpisces,

Unfortunately, it is not possible to add the custom CSS styles to the dashboards. You can only create the custom widget tha...MoreLess

Show all comments

There are 2 ways on how to add a custom CSS to a mobile application. The first one works globally. The second one can work enter globally or locally in a specific section. 

Global CSS

1. Create a new module in a "Configuration" section. I named it "UsrMobileStyle". Add needed CSS into a "Less"...MoreLess

Like 0

Like

Share

4 comments

I tried Global CSS and its reflected except home screen which appearing just after successful login. Is it possible to apply custom css on home screen?

Show all comments (3)

Hi,

I need to change background image of mobile home page.

Currently I able to show background image under sections (modified the object "UsrMobileCaseGridPageView") but its not reflected on home page.

Image is copied to this loaction (file:///C:/BPM/BPM_Mobile_simulator/7.14.6/appV2/Common/lib/SenchaTouch/resources/css/bg.png)

Please suggest the way it can be achieved. For testing I using mobile simulator.

Regards

Like 0

Like

3 comments

The question was discussed in the article by the link below.

https://community.bpmonline.com/articles/adding-custom-css-mobile-application

Show all comments (2)

Hi,

I need to apply custom css on Portal dashboard.

Please help by suggesting the right way through configuration.

Regards

Like 0

Like

2 comments

Dear Muhammad,

Unfortunately, there is no possibility to add custom styles to dashboards. We have backlogged your request and transfer...MoreLess

Show all comments (1)

Hi,

Custom CSS is working fine but its reflect on both interfaces (CRM/Portal) I need to apply CSS only for portal.

Any suggestion?

Regards

Like 0

Like

1 comments

Hello Muhammad!



In such case, you may add custom attributes or classes to html attributes basing on some condition. There is community article...MoreLess

Show all comments

Hi,

I gone through this article (https://community.bpmonline.com/questions/how-add-custom-style-control-page-based-condition)

In the example the target is a single field but I have Divs with ID/Class in CSS code.

I tried the same example but its not working for Divs/Class. Any suggestion?

Regards

Like 0

Like

1 comments

Hello Muhammad,



In your case, the most simple way to achieve the task is to add desired class (or styles) to the dom element. https://gomakethings...MoreLess

Show all comments

Hi,



How do you create a css stylesheet override for any part of the system (front-end) ? I found older articles but they were more logic driven.





Thanks,

Ryan.

Like 1

Like

8 comments
Show all comments (7)

Is it possible to edit or gain access to the header section of an email template to add some style, css, media queries and font links ...etc? Is it possible to have complete control over the email template; header; body ...etc?

Thanks

File attachments

Like

5 comments

Dear John,

When you open a template in the content designer, you can open any block in html view so that you have the access to the email body...MoreLess

Show all comments (4)

How to make the Category field on the opportunity page red if the type is PartnerSale?

File attachments

Like

6 comments

1. Create a new module. Name it and write your CSS in the less tab of the module. Leave the source code of the module empty.

.label-wrap .t-label[iscategoryred="true"]...

MoreLess

Show all comments (5)