gadenbuie / xaringanExtra

:ferris_wheel: A playground of enhancements and extensions for xaringan slides.
https://pkg.garrickadenbuie.com/xaringanExtra
Other
448 stars 36 forks source link

Bullets appearing in panel set #105

Closed nithinmkp closed 3 years ago

nithinmkp commented 3 years ago

16179015397503761992023432426137

How to remove the bullets?

nithinmkp commented 3 years ago

`css ul { list-style-type: none; }

ul li:before { content: "\f105"; font-family: FontAwesome; color: red; / or whatever color you prefer / margin-right: 4px; }

`

This is the styling i am using.

gadenbuie commented 3 years ago

Instead of using li::before, you should instead style the list marker. I'm pretty sure that if you use that approach for your custom list style, it won't affect the panelset tabs.

nithinmkp commented 3 years ago

I tried that. But then my bullets and fonts are same colour which I don't want.