Hi najrj89. When you say “raw” I’m assuming you mean “row”.
1.
/* remove border between post rows */
.post-list .post-row {
border-bottom: none;
}
2.
/* one post per row in mobile view */
@media only screen and (max-width: 719px) {
.post-list .post-row {
width: 100%;
}
}
3. Usa a function in your child theme, or use a plugin.
Use a function: http://ronangelo.com/change-or-translate-text-on-a-wordpress-theme/
Use a plugin: https://wordpress.org/plugins/say-what/
1. working great
2. working great
3. i dont get the “text domain” things
Glad the first two are working. Not sure what you mean by “text domain” things. The options I posted are for changing selected text, which is what you requested. That doesn’t involve “text domain” things.
OK, apologies; didn’t know that text domain was part of the plugin since I hadn’t actually used it. Installed it and ran some tests; this should do it:
Original string: Next story
Text domain: hueman
Replacement string: Next book
Original string: Previous story
Text domain: hueman
Replacement string: Previous book