• ilix789

    (@ilix789)


    Hello, I had a header created for my blog https://goo.gl/O60Ndd and i removed the 2 image slider hoping the header would replace the location but after checking the theme preview i see its not. How do i put where the slider was? And what is the name of the space where the slider goes?

Viewing 3 replies - 1 through 3 (of 3 total)
  • wensolutionsupport

    (@wensolutionsupport)

    Hello,

    To achieve your feature your request you will first have to create a child theme for the theme you are currently using. To know about child themes and download a child theme for your theme please visit : https://catchthemes.com/blog/create-child-theme-wordpress/

    Now after you have create a child theme, on your child theme’s functions.php add the below given code

    function catchflames_featured_header() {
    	add_action( 'catchflames_before_main', 'catchflames_featured_overall_image', 1 );
    }

    Finally, save your changes.

    Hope it helps.
    If you have any queries and want a swift response please visit the themes official forum
    https://catchthemes.com/support-forum

    Regards.

    Thread Starter ilix789

    (@ilix789)

    I downloaded the child theme from catchtheme post then i edited the functions.php file but my site looks like this please help, i need to remove those links on the front and the double image.

    I copied and pasted the code replacing it with wp_enqueue_scripts’, ‘catchflames_child_enqueue_styles that was in the child theme functions.php

    Thread Starter ilix789

    (@ilix789)

    I posted in the catch theme support forum already also two hrs ago

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to put header image in the center’ is closed to new replies.