- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2024 11:33 AM - edited 03-14-2024 11:34 AM
Hi All,
How do I change the title color of the icon link widget instance and can we able to change glyph color?
Thanks
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2024 11:48 AM
Hi @The Matrix,
You need to override the CSS.
1. Navigate to Instance Options
2. Click on the hamburger icon and open it in platform
3. If the CSS field is not present, add it to the form.
4. Add your CSS code.
If my response helped you, please click on "Accept as solution" and mark it as helpful.
- Saloni
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2024 11:42 AM
@The Matrix You can target it via CSS and applying the "color: " attribute to it via the portal theme
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2024 11:44 AM
@The Matrix Or you can always make a copy of the widget and change the color inside of it as well. Just ctrl+click on the widget.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2024 11:43 AM
Hey @The Matrix,
Cntrl + right click the widget and select the 'Instance options'.
From there, you can modify the 'Bootstrap color' option
Cheers
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-11-2024 05:27 PM
This really help, thank you!