Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #82554
    radeko
    Participant

    Hi currently on my site the header image is in the default position http://54.83.45.133/

    is it possible to move the header image above the title?
    in other words I would like to have the header image on the very top

    thank you
    Radek

    #82577
    Pratik
    Keymaster

    Hi @radeko,
    Since you are already using a child theme, I am going to skip on how to make a child theme.

    Now to push the header image to the top, add following code to your child theme functions.php file:

    
    /**
     * Override parent theme Featured Image Display
     */
    function catchresponsive_featured_image_display() {
    	add_action( 'catchresponsive_header', 'catchresponsive_featured_overall_image', 15 ); 
    } // catchresponsive_featured_image_display
    

    Let me know how it works out.

    Regards,
    Pratik

    #82609
    radeko
    Participant

    thank you it works!

    best regards
    Radek

    #82642
    Pratik
    Keymaster

    Hi @radeko,
    I am glad it worked out. If you liked our theme as support, please leave us a review at https://wordpress.org/support/view/theme-reviews/catch-responsive

    Regards,
    Pratik

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Featured Header Image on above the site title’ is closed to new replies.