Comments Sirenfes started the conversationJanuary 4, 2019 at 6:55pmI would like to change the color of the dot navigation background on the homepage scroller. I would like the text to be white, and the background to beĀ #231f20. 3,030Andrew repliedJanuary 7, 2019 at 6:23pmHi,Thank you for contacting us.You can try the following Custom CSS to change the tooltip background color and text color. #fp-nav.tooltip ul li .fp-tooltip div.tooltip-inner { background-color: #231f20 !important; color: #fff !important; } Kind RegardsSirenfes repliedJanuary 9, 2019 at 4:42pmThis worked except for the little arrow that points to the dot. Is there a way to change that to the same color? 3,030Andrew repliedJanuary 9, 2019 at 8:06pmHi,You can use the following. Just change #fff to the color you would like to use. #fp-nav.tooltip ul li .fp-tooltip div.tooltip-inner:after { border-color: transparent #fff !important; } Kind Regards Sign in to reply ...
I would like to change the color of the dot navigation background on the homepage scroller. I would like the text to be white, and the background to beĀ #231f20.
Hi,
Thank you for contacting us.
You can try the following Custom CSS to change the tooltip background color and text color.
Kind Regards
This worked except for the little arrow that points to the dot. Is there a way to change that to the same color?
Hi,
You can use the following. Just change #fff to the color you would like to use.
Kind Regards