Remove h1 tag from shop page

Hey there

I would like to remove the h1 tag from shop page. I have added the link to the secret code.

Please let me know which file should be modified. I am using the renew stack. Also, please let me know the same for product category templates. Thanks.

Hello Faizan,

Thanks for writing in!

If you would like to make the changes in theme files then, please copy _landmark-header.php from /wp-content/themes/x/framework/legacy/cranium/headers/views/renew/ to /wp-content/themes/x-child/framework/legacy/cranium/headers/views/renew/. You will have to create necessary child folder.

You can also remove/hide the title using Custom CSS. Please add following CSS under X > Theme Options > CSS:

.single-product .x-landmark {
    display: none;
}

1- I have found the proper CSS code selector using the Chrome browser Developer Toolbar: https://www.youtube.com/watch?v=wcFnnxfA70g

2- For the CSS code itself, I suggest that you get started with this tutorial: https://www.youtube.com/watch?v=yfoY53QXEnI

Thanks.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.