• I want to customize the title of the Product Archives like “Here are ‘Gadgets’” that gadgets is one of the categories. I want to only change the text of the title ‘Gadgets’ according to category and ‘Here are’ will added to every product category page

    • This topic was modified 1 year, 8 months ago by minsuwai.
Viewing 1 replies (of 1 total)
  • Should be possible to use this, to add in Here are: infront of the categori.

    .YOURCLASS:before {
          content: "Here are:";
        } 

    You might want to add a class specefic for this to the div, since it’s possible that the class name could be used other places.

    • This reply was modified 1 year, 8 months ago by rasmusv.
    • This reply was modified 1 year, 8 months ago by rasmusv.
Viewing 1 replies (of 1 total)
  • The topic ‘Manually Customize The Product Categories Title’ is closed to new replies.