Hello !
Thanks for using my theme !
You can use a default background header image via a setting in the Customizer.
Alternatively, you can override the kawi_hero_image()
function in your child theme, to account for category pages.
Just copy-paste the function in your child theme, and add your logic handling category featured images.
Hope that helps !
Hi Vincent !
Big Thanks to You and all the best 😉
Damien
Hi Vincent ! Just a quick info… How modify <H1> on homepage ?
… I have 2 H1 on homepage and would like to delete the first one (header).
Thanks !!!
Damien
Hello,
the kawi_site_branding
function displays the logo, and can be overridden in your child theme.
Hope that helps !
HI Vincent !
i cannot find the <H1> for the Header…
Really sorry, but i need help, could you show me the path ?
BIG thanks, i would like delete <h1> for | Trouver sa voie |
Damien
blogtravail.com
Hi,
If you want to change the markup for the navbar title/logo, that’s in the kawi_site_branding()
function.
Copy-paste the function code (located in inc/template-tags.php
) in your child theme’s function.php
file.
Then customize it as needed.
Hope that helps !