• Hello, is there a way to show the page title?

    After selecting the OnSale page, the title shows up as “Shop” but I need it to be “SALE”. I also tried inserting this custom css with a plugin for that specific page but it doesnt work:

    h1.page-title {
    font-size: 0 !important;
    }
    h1.page-title:after {
    content: "SALE" !important;
    font-size: 65px !important;
    }

    Also I think it should perform the same as titles of categories and tags.

    Thanks.

    • This topic was modified 1 year, 8 months ago by walpap.
    • This topic was modified 1 year, 8 months ago by walpap.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Page Title’ is closed to new replies.