Support

Account

Home Forums Front-end Issues Convert hexadecimal value to HSL Reply To: Convert hexadecimal value to HSL

  • The issue is that the color returned from ACF begins with #

    At the beginning of the function add something like

    
    $hex = str_replace('#', ''. $hex);