Change title menu text

Asked

Viewed 246 times

0

Hello.

I purchased the theme from a store to Woocommerce, and I would like to change the text of the options menu, as I do ?

inserir a descrição da imagem aqui

Thank you

1 answer

0

Try to enter the functions.php file of the theme and look for the section where it has this name type:

'name' => _x('Produtos', 'post type general name'),

or

'singular_name' => _x('produtos', 'post type singular name'),

And change the name, but only where has name, otherwise you compromise the functioning, because ai in these 2 items are only label. I do not touch with ready themes but if it is easier, gives a Ctrl+F to search the name 8Theme Options and see if it is inside 'name'. But please take a backup!

Browser other questions tagged

You are not signed in. Login or sign up in order to post.