Home › Forums › ART WordPress Theme › Remove Page title
- This topic has 5 replies, 2 voices, and was last updated 5 years, 10 months ago by
SeaTheme.
-
AuthorPosts
-
July 23, 2020 at 1:43 pm #22063
Hi
I am trying to remove the title ‘Limited’ in the following page: https://www.artdoormat.com/forsale/
and I have tried to follow all instructions exactly, but it keeps appearing!
Could someone please help.Thanks!
July 23, 2020 at 10:25 pm #22070Hi,
Please go to Art Theme>Theme Options>Blog list, disable “Blog Title & Description”
Regards!
SeaTheme – SeaTheme.net – Twitter – Facebook
July 24, 2020 at 9:32 am #22078Hi there,
I had tried that already and I have just done it again. The page titles are still all there, including the home page https://www.artdoormat.com/
as well as the product page https://www.artdoormat.com/forsale/These are pages and not blogs so not sure if that is the issue?
Once the title is off, I want to move the images up. I know that I did it for another site, but I cannot remember how..Thanks,
AJuly 25, 2020 at 2:49 am #22080Hi,
Art Theme>Theme Options>Blog list, disable “Blog Title & Description”
It is for all the WordPress archive pages like category, tag list, product list page. like https://www.artdoormat.com/forsale/
If it doesn’t work still, please paste the custom CSS code to “Appearance > Customize: Additional CSS”:
.post-type-archive-product .archive-title.title-wrap{display:none;}If you want to disable Title for the normal page(Pages>All Pages) like homepage: https://www.artdoormat.com/
Please edit the single Page(find it in Pages>All Pages ), disable “Show Title Wrap”:

readmore: https://doc.seatheme.net/art/builder-of-art/the-page/Best
July 27, 2020 at 5:30 pm #22095Hi there,
Thank you. That words to disable the title on the home page but not the shop page so if I put the code in, will that be for all pages and override anything else? I turned off the title wrap for this page too and it does not work… https://www.artdoormat.com/forsale/
July 28, 2020 at 2:20 am #22096Hi,
The page is woocommerce page, please use the custom CSS to hide title:
body.woocommerce .post-type-archive-product .archive-title.title-wrap{display:none;}
I will affect Woocommerce archive page.
I thinks this page should be select as woocommerce shop page, so the show title option doesn’t work
The WooCommerce would automatically create a page named “Shop – Shop Page”, it could not be edited by BM Content Builder and page options of Art theme. It is the default page of WooCommerce. You could create a new page to customize the layout for your shop page.

-
AuthorPosts
- You must be logged in to reply to this topic.
