• Hello folks,
    So using this theme called “silvia” for my website. Every page of my website has this header which consists of nav bar and the title “The Dark Secrets”. The problem is the the title “The Dark Secrets” is being shoed in H1 of the page not just this the pages itself has a different h1 which is provided by Yoast SEO. This is creating multiple h1s on the page. So now if I want to remove the h1 which is given by the theme then how should I remove it. Also I don’t want to remove it from the homepage. I just want to remove from the rest pages.

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi, @karanparab48

    I recommend asking at https://www.ads-software.com/support/theme/silvia/ so the theme’s developers and support community can help you with this.

    Most probably some theme files need to be edited. Don’t edit the theme files directly, otherwise your changes will be overwritten whenever the theme is updated. Instead, create a child theme.

    I don’t know exactly how that theme works, but you probably will need to edit single.php and page.php and not index.php.

    Kind regards!

    Thread Starter karanparab48

    (@karanparab48)

    ok thanks

    Hi,
    this is your logo. But if you want to remove it from inner pages you can try this css:
    .page #logo {
    display: none;
    }

    .home #logo {
    display: block
    }

    OR

    You can add logo image from your theme option.

    • This reply was modified 4 years, 1 month ago by muktadhawan.
    Thread Starter karanparab48

    (@karanparab48)

    @muktadhawan thanks, but I want to remove it because its causing multiple H1s on the page. Even after using the above css, the site name is being picked for h1

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘How to remove h1 from the all the pages except homepage’ is closed to new replies.