• 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)
  • Plugin Author markuipress

    (@markuipress)

    Hey, I didn’t delete any comments, I’ve been locked out from commenting or managing these topics for ages and I can’t seem to get a response on why (hence using a personal account now)

    Plugin Author markuipress

    (@markuipress)

    The issue with H2 issue was indeed fixed a couple of updates ago

Viewing 2 replies - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.