Dear friends, where is the language file for translating the theme? The default.PO file taht contein the theme don't have all the words. Regards,
Hello, Please send list of those words which are not it the po file. I will send an updated po file to you or provide a way through which you can translate those words.
1. To change the 'Search' text from Search box, Go to the searchform.php file present in your theme directory and edit that file as shown in the image given below. Now, Paste the following code in your Custom CSS (Appearance -> Theme Options -> Styling Options -> Custom CSS) Code: .searchform input[type="submit"] { background: none; background-color: black; color: white; } This will change your search text. 2. To change the 'comment' text from post, Go to the single.php file present in your theme directory and edit that file as shown in the image given below. Similarly, do the same process in the blog.php file present in the Theme directory.