Okay
  Public Ticket #3078994
Page title
Closed

Comments

  • Rogelio started the conversation

    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”

  •  1,626
    Andrey replied

    Hello, 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!

  • Rogelio replied

    Thanks! :D

  •  1,626
    Andrey replied

    You are welcome, Dear Rogelio!smile.png