Change of colors in Now Mobile app
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-08-2022 02:48 AM
Hello,
I'm trying to change the color of some things in the Now Mobile app. I've changed the Mobile theme and the glide.sc_mobile.primary_color property but still a few icons show in purple or green instead of black - are there more places to change the colors?
It's when I want to submit a new incident ticket in my app: then the attachment icon and the radio buttons for urgency are in green.
Also if I look at the Knowledge (Information) page, the number of views are displayed in purple.
Thank you in advance,
Ulrika
- Labels:
-
Mobile app configuration
-
Now Mobile
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-11-2022 06:47 AM
About radio button, yes, I mean this part, can you view this record producer in navigator with debug tool for view the code?
About KB, ok, this is native view, so this CSS don't apply. Depends on the version, you can use Mobile Card Builder for edit this card
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-11-2022 11:29 PM
Thank you. It seems the KB part isn't possible to change, when I do the changes in Mobile Card Builder it doesn't save and if I look at the actual legacy card post it says "This item is read-only based on its protection policy."
When you say "view this record producer in navigator" - you mean in the "normal" portal, not in the mobile app view, or? Sorry for being a bit confused 🙂
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-12-2022 01:03 AM
When you say "view this record producer in navigator" - you mean in the "normal" portal, not in the mobile app view, or? Sorry for being a bit confused 🙂
Yes, not in the mobile app. In your computer browser open the Record producer in SP portal, and replace "sp" in URL for "mesp" . This is a "lite" portal that mobile app uses and you can inspect the html code for search all css properties or names that you need change
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-12-2022 01:45 AM
Actually, I JUST got it to work, I tried out all possible ways in the css file and now I have a black radio button. I changed the border in .type-multiple_choice and also added background: black !important;
Thank you all for your help on this!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-01-2022 04:00 AM