Okay
  Public Ticket #2852070
How to remove the word Category
Closed

Comments

  •  7
    justesara started the conversation

    Hi guys,

    How can I remove the mention "Category" around the whole website please?

    Thanks

  •  1,878
    Judith replied

    Hi There,

    Please send in your website url so that we can provide css for it. 

    Thanks.

  •  3
    jimmy_souvannarath replied

    Hi,

    You can use the plugin Loco translate and translate the the word "Category" by what you want ^^

    (warning= when you theme is updated the modification is too, it's not bad because you can do it again)

  •  1,878
    Judith replied

    Hi Jimmy,

    Thank you for sharing this solution we appreciate.

    Thanks.

  •   justesara replied privately
  •  1,878
    Judith replied

    Please send in the url for the page you referenced on the screenshot with the category tag

  •  7
    justesara replied

    Hi Judith,

    I wish to take the "Category" mention from every pages, not only this one...

    Is it possible to do it over the whole website? 

    Thanks


  •  2,961
    Andrew replied

    Hi @justesara,

    Try the following CSS.

    .archive.category .row .col.section-title span {
        display: none;
    }
    

    Rgerads,

  •  7
    justesara replied

    It works like a charm! 

    Thank you Andrew.  :))