Skip to content
Public Ticket #30209

Show Tilte of my shop page woocommerce

Conversation thread

michaellafrasse replied

Customer Reply

Thanks it's all good ;)

PenciDesign Supporter replied

Staff Reply

Hi,

Please go to Appearance → Customize → Custom CSS then add the following custom CSS code:

body h1.woocommerce-products-header__title {
  font-size: 30px;
  font-weight: bold;
}

Please modify this CSS code to fit your requirements.

Regards,
PenciDesign.

michaellafrasse replied

Customer Reply

I can't for the moment the website is on my local server...

PenciDesign Supporter replied

Staff Reply

Hi,

Please send me the page URL.

Regards,
PenciDesign.

michaellafrasse replied

Customer Reply

I think I’m missing something obvious, but I can’t find where to change the style of the shop page title in the Shop Settings.
As shown in my screenshot, I’d like the word “Shop” to be centered and, for example, in a different color.

PenciDesign Supporter replied

Staff Reply

Hi,

1/ To edit the general shop page, go to Appearance → Customize → WooCommerce → Shop Settings.

2/ The page you have set as the Shop Page is managed by WooCommerce, which prevents it from being edited with Elementor. If you want to create a custom shop page, please do not assign it as the general Shop Page in the WooCommerce settings.

Regards,
PenciDesign.

michaellafrasse replied

Customer Reply

1/ When I say customize, I mean changing the layout, the look, the font… In short, changing everything.

2/ It’s not working. When I go to Pages → Shop → Edit with Elementor, I get an error message… Maybe I’m not doing it correctly?

Thank you in advance!

PenciDesign Supporter replied

Staff Reply

Hi,

1/ The 'Shop' is the page title. You can customize it by editing the page title in WordPress.

2/ Yes, you can create a custom page template using the Elementor Page Builder.

Regards,
PenciDesign.

michaellafrasse replied

Customer Reply

Hi,

Thanks. And if i want to personnalize this title? I can?

Other question: Can I create a specific template, like for a page or a post, for the main shop page?

Thank you!

PenciDesign Supporter replied

Staff Reply

Hi,

You should paste this code into the function.php of the child theme or via the CodeSnippet plugin here: https://wordpress.org/plugins/code-snippets/

add_filter( 'woocommerce_show_page_title', function () {
	return true;
}, 999 );

Regards,
PenciDesign.

michaellafrasse started the conversation

Conversation Start

Hello,

I’m still working on my site locally. I’m setting up WooCommerce, and I wanted to know how I can get the title of my shop page (which is called "Shop") to display?

This is the page automatically created by WooCommerce, but its title isn’t displayed, whereas on my live site with my old theme (attachment old website), it was. I haven’t changed anything in the settings, and I can’t figure out how to make the title visible.

Please see the screenshots.

Thank you!

Want to join this conversation or access attachments? Sign in first.