Tagged: ,

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #112808
    mtp525
    Participant

    I would like to have my header image go above the menu. Someone in another forum suggested I make a child theme and put the following code in functions.php file:

    function catchbase_featured_image_display() {
    add_action( 'catchbase_after_header', 'catchbase_featured_overall_image', 10 );
    } // catchbase_featured_image_display

    This however, didn’t fix the problem. Any suggestions?

    #112833
    Pratik
    Keymaster

    Hi @mtp525,

    Can you post in your site url?

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Put header image ABOVE the menu’ is closed to new replies.