Color bug frontend
-
After new update it forced the color of the <h2> the be like purple i had to use a custom code to fix it for now
function force_white_uip_text_color() {
echo '<style>
:root {
--uip-text-color-emphasis: white !important;
}
</style>';
}
add_action('wp_head', 'force_white_uip_text_color');
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.