Styling Tooltips in Harmony Theme
Solved
Technical Support
-
Out of the box, they are black and white. But is it possible to change the background and text color? TIA!
-
@Teemberland sure the markup of the tooltip looks like the below so you can use those classes to style.
<div class="tooltip bs-tooltip-auto show" role="tooltip" id="tooltip588080" data-popper-placement="top" style="position: absolute; inset: auto auto 0px 0px; margin: 0px; transform: translate3d(657.6px, -767.2px, 0px);"> <div class="tooltip-arrow" style="position: absolute; left: 0px; transform: translate3d(44.8px, 0px, 0px);"></div> <div class="tooltip-inner">Teemberland</div> </div>
-
Copyright © 2024 NodeBB | Contributors