Jump to content

How to change color on user portal


Rameshkumar

Recommended Posts

Hi there, I'm using Vodia version 68. Can you please tell me how can I change color from blue to orange on user portal. Please check the image, where it shows "TOTAL CALLS, INBOUND CALLS, OUTBOUND CALLS", on that banner the color is blue, I need to change it to orange.

Please click at below link to check the image, somehow I'm not able to upload. 

https://ibb.co/b3jVfQj

Thanks

Link to comment
Share on other sites

This can easily be achieved the following way:

  1. Select a Tenant from Tenants list
  2. In the menu: Advanced -> Customize
  3. In the section "Please select a page you would like to edit" pick
    1. Type: Webpage(User)
    2. Page: css/user_portal_custom.css
  4. Copy paste this CSS into the textarea and press Save


.dashboard-status{
background: orange !important;
}
.dashboard-status .stat-name{
color: #ffffff;
}
.dashboard-status .stat-value{
color: #ffffff;
}

 

Details:

.dashboard-status: sets background color

.dashboard-status .stat-name:  Values description color 

.dashboard-status .stat-value: Value color

 

 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...