Okay
  Public Ticket #1532222
get rid of the word "category"
Closed

Comments

  • MEER started the conversation

    Hello.

    I've read all documentation I could get for an hour.

    I can't get rid of the word "category" before the title of my blog page.

    This word is not even in french.

    It has to go.

    Please tell me how.

    Thanks.

    Stef

  •  8,425
    Tahir replied

    Hey Again,

    Add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):

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


    Try using this Plugin : https://wordpress.org/plugins/say-what/ . 

    You can find the list of string in "salient/lang/nectar_salient_strings.pot" file next to the "msgid" variable as below.

    msgid "Leave a Reply"
    msgid "Cancel Reply"
    

    In The "Text Domain" field write "salient" without quotes . If you are trying to change woocommerce words  add "woocommerce" in "Text domain" . The fields are case-sensitive meaning "next project" wont work and you will have to add "Next Project" .


    Thanks 


    ThemeNectar Support Team