Title: Post page modification
Last modified: August 30, 2016

---

# Post page modification

 *  [najrj89](https://wordpress.org/support/users/najrj89/)
 * (@najrj89)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/post-page-modification/)
 * 1. How can i remove black divider line between the raw
 * 2. In mobile version i want one post per raw , is that possible
 * 3.How can i edit “previous story” to “previous book”

Viewing 5 replies - 1 through 5 (of 5 total)

 *  [bdbrown](https://wordpress.org/support/users/bdbrown/)
 * (@bdbrown)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/post-page-modification/#post-6469080)
 * 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/](http://ronangelo.com/change-or-translate-text-on-a-wordpress-theme/)
   Use a plugin: [https://wordpress.org/plugins/say-what/](https://wordpress.org/plugins/say-what/)
 *  Thread Starter [najrj89](https://wordpress.org/support/users/najrj89/)
 * (@najrj89)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/post-page-modification/#post-6469099)
 * 1. working great
 * 2. working great
 * 3. i dont get the “text domain” things
 *  [bdbrown](https://wordpress.org/support/users/bdbrown/)
 * (@bdbrown)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/post-page-modification/#post-6469103)
 * 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.
 *  Thread Starter [najrj89](https://wordpress.org/support/users/najrj89/)
 * (@najrj89)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/post-page-modification/#post-6469129)
 * Thats what im getting
 * [http://i.picresize.com/EqQA](http://i.picresize.com/EqQA)
 *  [bdbrown](https://wordpress.org/support/users/bdbrown/)
 * (@bdbrown)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/post-page-modification/#post-6469137)
 * 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

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Post page modification’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/hueman/3.7.27/screenshot.png)
 * Hueman
 * [Support Threads](https://wordpress.org/support/theme/hueman/)
 * [Active Topics](https://wordpress.org/support/theme/hueman/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/hueman/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/hueman/reviews/)

 * 5 replies
 * 2 participants
 * Last reply from: [bdbrown](https://wordpress.org/support/users/bdbrown/)
 * Last activity: [10 years, 8 months ago](https://wordpress.org/support/topic/post-page-modification/#post-6469137)
 * Status: not resolved