• Resolved artishox

    (@artishox)


    Hi, I’m working on custom wp theme with theme options where it is possible to select color scheme from presets. That part works well.
    I also use header images with
    add_theme_support( 'custom-header', $custom_header_support );
    Question is is there any way to remove header text color options from theme customize page and from Appearance>Header page?

Viewing 1 replies (of 1 total)
  • Thread Starter artishox

    (@artishox)

    Ok I found one solution by adding following line to functions.php
    define( 'NO_HEADER_TEXT', true );

Viewing 1 replies (of 1 total)
  • The topic ‘remove header text color from wp admin theme settings’ is closed to new replies.