Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #17429
    Coupon Guy
    Member

    I created a child theme to make changes to the site. I am trying to change widget h1 tags, and post navigation h1 tags, and others. I uploaded the widgets.php file and the templates-tag.php file to the child theme. I changed the title tags but the it did not work. If I make the changes at the core, it works. I changed the title tags in the content.php file and it worked. So I am confused about why some changes are working, and others are not. Please help.

    #17443
    Sakin
    Keymaster

    @Coupon Guy: That is very complicated. You need to add like this in our child theme functions.php file https://gist.github.com/catchthemes/bb40b2be06fafcef48c3/raw/d9fc220f7d367f1965639c4bbfc1de82800a0cc4/functions.php

    #17450
    Coupon Guy
    Member

    Ok, that worked perfectly. One more thing, how do I make the site name and logo h2 instead of h1 using the child theme?

    Thanks

    #17453
    Coupon Guy
    Member

    On second thought, if you can give me code to make site title and logo h1 on home page, and h2 on all other pages, that would be the way to go.

    Thanks

    #17459
    Sakin
    Keymaster

    @Coupon Guy: Please use Hire a cutomizer for detail customization. You can copy the function catcheverest_admin_header_image() from custom-header.php file into your child theme functions.php file and edit it.

    #17473
    Coupon Guy
    Member

    Ok thanks.

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Child theme’ is closed to new replies.