Hi. I like this theme so much, so, I will try help in this support forum anyone with issues that I know.
First, sorry my english too. And I’m not a expert coder.
Take a look: https://lh5.googleusercontent.com/-yTxdbEJVekI/UqlLFehuoYI/AAAAAAAABnE/hOvbXwrDICs/h542/printscree.png
I change the order of next and previous. So, tha category display the post from 1 to 10, for example, and user can alternate between post in a better logic that original wp. Wp order is better to “news”, for example.
You need to open the file post-nav.php, inside the folder “inc”.
(\wp-content\themes\hueman\inc)
In this file, just change the text ‘Next story’ and ‘Previous story’
In my case, I change the order of <li class=”next”> and <li class=”previous”>. And change the icon. I just change the icon in li/next to the left icon, and li/previous to the right icon.
after this, I have to change the float attribute of this icons in style.css
in “.post-nav li.previous i” I change left by right,
in .post-nav li.next i I change right by left.
The results is in my printscreen above.
To translate another words, the logic is the same. You have to find in php files, and write your text there.
BUT, this is note recommended. The right way to translate I guess, is by PO files Language folder. This allow a easy way to translate all the theme, and alllow a better process of update the theme.
This is for CSS editing. I’m edit CSS in style.css. This is wrong, because in a update, I will lose this modification. But, it’s temporarily, in my case, and a have a lot of things to study, like themes child, and how to keep my css modification after a theme update.