• lindsayb63

    (@lindsayb63)


    Hello,

    I am trying to replace the kubrickheader.jpg file with my own header image. However, this was the result – https://fairportrugby.net/

    I can’t figure out how to get rid of the color blob!

    Thank you,
    Lindsay

Viewing 5 replies - 1 through 5 (of 5 total)
  • Jo Hawke

    (@viabledesign)

    Hi. That “blob” of red is part of your header image. I suggest you go back to the original image and check it again. I hope that helps.

    Thread Starter lindsayb63

    (@lindsayb63)

    It’s not part of the image – it’s some sort of code from the default header that it’s picking up!

    cognitivecombine

    (@cognitivecombine)

    Kubrick uses a function to colorize the header.

    Open functions.php and delete everything bellow this part:

    <?php
    if ( function_exists('register_sidebar') )
        register_sidebar(array(
            'before_widget' => '<li id="%1$s" class="widget %2$s">',
            'after_widget' => '',
            'before_title' => '<h2 class="widgettitle">',
            'after_title' => '</h2>',
        ));

    Remember to make backups first.

    Kalessin

    (@kalessin)

    Yes, the Kubrick theme adds extra CSS to the header to allow users to set a custom gradient — as you have apparently done.

    If you look in wp-content/themes/default/functions.php and comment out line 28 (add_action('wp_head', 'kubrick_head');), I imagine that will stop it.

    NB: I haven’t tested this (although I expect it to work), so try it at your own risk and make a backup or something first!

    Jo Hawke

    (@viabledesign)

    Sorry. ?? I saw the image itself, and the “blob” was there.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Header Being Block by Color Blob!’ is closed to new replies.