Comments Rogelio started the conversationJuly 5, 2022 at 10:27pmHi, I bought the template recently and it works great. I just want to know how can I change this https://prnt.sc/M8JQ2cM_3DOa like, instead “shop” I want to say “catalogo” I already changed the name of the page, it worked for the other pages but this one still says “shop” 1,702Andrey repliedJuly 6, 2022 at 11:11amHello, Dear Rogelio!To do this - please click WP Dashboard => Appearance => Customize => Additional CSS and paste this code here: .woocommerce-shop .page_title h1.color-main { font-size: 0px; } .woocommerce-shop .page_title h1.color-main:before { font-size: 60px; line-height: 1.2; margin-bottom: 0.25em; margin-top: -7px; content: "Custom"; } Then save changes and check the results at front-end.Also put in code your personal word instead of "Custom".Best Regards!1 LikeRogelio repliedJuly 6, 2022 at 6:58pmThanks! :D 1,702Andrey repliedJuly 7, 2022 at 8:41amYou are welcome, Dear Rogelio! Sign in to reply ...
Hi, I bought the template recently and it works great.
I just want to know how can I change this https://prnt.sc/M8JQ2cM_3DOa
like, instead “shop” I want to say “catalogo”
I already changed the name of the page, it worked for the other pages but this one still says “shop”
Hello, Dear Rogelio!
To do this - please click WP Dashboard => Appearance => Customize => Additional CSS and paste this code here:
Then save changes and check the results at front-end.
Also put in code your personal word instead of "Custom".
Best Regards!
Thanks! :D
You are welcome, Dear Rogelio!