how to change select category to category
-
hi
how to change the “select category” to “category” I need code to change it, also I need code to change the background of the category.
please help me to do it.
https://gyazo.com/200320e598680aef6dfd0ac990410499
thanks
Hello,
You can translate/rewrite all theme and plugin texts via PO file in WordPress. Here is a video tutorial that should help you translate your website texts with a Loco Translate plugin https://www.youtube.com/watch?v=D3NsDdMzsls&list=PLMw6W4rAaOgKKv0oexGHzpWBg1imvrval&index=3
Please check the video tutorial to see how to save the translation file correctly. You can remove the plugin and translations would remain. Also, translations would remain after each theme update.
Please add this code to the Theme Settings > Custom CSS > Global:
body .search-by-category .input-dropdown-inner > a {
background: red;
}
If it is not what you wanted, provide the screen that you want to change.
Best Regards