I'm using 'Artificer' Theme. I need to know if there's a way to change the color of the page header font. On the Dark version it's white (which is fine). On the light version the font is black and it's hard to see.
Try this in Artificer Custom Styles, you can play with the color, I set red and white to make a noticeable difference.
.text-gray-500 { --tw-text-opacity: 1; color: rgb(255, 0, 0); } .dark .text-gray-500, .bx-dark-mode .text-gray-500 { --tw-text-opacity: 1; color: rgb(255, 255, 255); }
Thank You! That's what I was looking for
I tried that. Didn't work.
Hello @Devin Young !
Did you try to clear the cache of your UNA and your browser?
You're welcome, glad I could help! :)
Try this in Artificer Custom Styles, you can play with the color, I set red and white to make a noticeable difference.
.text-gray-500 { --tw-text-opacity: 1; color: rgb(255, 0, 0); } .dark .text-gray-500, .bx-dark-mode .text-gray-500 { --tw-text-opacity: 1; color: rgb(255, 255, 255); }
Thank You! That's what I was looking for
I tried that. Didn't work.
Hello @Devin Young !
Did you try to clear the cache of your UNA and your browser?
You're welcome, glad I could help! :)