erikm

Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • in reply to: limit revisons for posts and pages #41718
    erikm
    Participant

    That I did, but I had to do it outside of wp-admin on my server side with the control panel. I could have sworn I was able to see it in wp-admin at one time. Anyway, I figured it out. Thanks

    in reply to: svg header functionality #40348
    erikm
    Participant

    thanks, and this helped: Using SVG Logos with the WordPress Customizer

    per the link above, I just put this in my child theme functions.php:

    //* Add support for custom flexible header
    add_theme_support( ‘custom-header’, array(
    ‘flex-width’ => true,
    ‘width’ => 260,
    ‘flex-height’ => true,
    ‘height’ => 100,
    ‘header-selector’ => ‘.site-title a’,
    ‘header-text’ => false

    ) );

    • This reply was modified 7 years ago by erikm.
Viewing 2 posts - 1 through 2 (of 2 total)