Hi, themeco,
Been trying to know which selector to use to permanently change the color of the + sign to permanently white
Like how it is when you hover on it
My demo site is here
From

To

Thanks
Hi, themeco,
Been trying to know which selector to use to permanently change the color of the + sign to permanently white
Like how it is when you hover on it
My demo site is here
From

To

Thanks
Hi @wmmajaliwa,
Thanks for reaching out.
Since the styling of that widget icon is specific to stack then it’s only changeable through custom CSS. Please add this CSS to your global custom CSS.
.x-btn-widgetbar {
color: rgba(255,255,255,1) !important;
}
Hope this helps.
Awesome, works like a charm
Thanks, Rad
You’re most welcome!
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.