How to change the background color of the tootoltip
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-16-2016 01:03 AM
Want to change the black color to some other color .Can we do this?
2 REPLIES 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-20-2016 11:55 PM
Hi Raveena,
You would not be able to change the background color of the tooltip on the platform side. But you can on CMS pages.
Check this out:
Just add below snippet in "Gray CSS - Base" stylesheet.
div.tooltip.top .tooltip-arrow {
border-top-color: #d1232b;
}
div.tooltip div.tooltip-inner {
background-color: #d1232b;
}
Hope this help!
-Manjul
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-22-2016 10:25 PM
Hi Manjul,
Thanks
Regards,
Raveena Bhatia