Title: &#8220;Read more&#8221; button
Last modified: August 28, 2020

---

# “Read more” button

 *  Resolved [folkeserbe](https://wordpress.org/support/users/folkeserbe/)
 * (@folkeserbe)
 * [5 years, 9 months ago](https://wordpress.org/support/topic/read-more-button-78/)
 * Hello!
 * I´m trying to change the font on my Personalblogily themed blog, but I have a
   problem. I have used a font plugin to change fonts (and it works fine!) but I
   can´t change fonts on the “Read more”-button (currently “Läs mer” in Swedish 
   on my site.
 * I have tried to find it in the stylesheet but no luck after an hour of scrolling.
   Can someone help me, please?
 * Thanks in advance!
 * / Martin
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fread-more-button-78%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  Moderator [tobifjellner (Tor-Bjorn “Tobi” Fjellner)](https://wordpress.org/support/users/tobifjellner/)
 * (@tobifjellner)
 * [5 years, 9 months ago](https://wordpress.org/support/topic/read-more-button-78/#post-13330877)
 * Under Appearance → Customize → Extra CSS (Utseende → Anpassa → Extra CSS) you
   can add, for instance:
 *     ```
       .blogpost-button {
           font-family: "Times New Roman";
       }
       ```
   
 *  Thread Starter [folkeserbe](https://wordpress.org/support/users/folkeserbe/)
 * (@folkeserbe)
 * [5 years, 9 months ago](https://wordpress.org/support/topic/read-more-button-78/#post-13331670)
 * Thanks, that worked! You´re my hero! 🙂
 * Do you also know where to find (and change) the code for the page navigation 
   at the bottom of the page as well? At this time it says “next” there, and I want
   to change that text.
    -  This reply was modified 5 years, 9 months ago by [folkeserbe](https://wordpress.org/support/users/folkeserbe/).
 *  Moderator [tobifjellner (Tor-Bjorn “Tobi” Fjellner)](https://wordpress.org/support/users/tobifjellner/)
 * (@tobifjellner)
 * [5 years, 9 months ago](https://wordpress.org/support/topic/read-more-button-78/#post-13335504)
 * It looks as if the theme didn’t do correct preparations for translation of some
   parts.
    The function definition for `personalblogily_numeric_posts_nav()` doesn’t
   call any translation functions. Therefore this string isn’t available for translation.
 * Here’s a quick and dirty CSS fix for this. Insert the following via Utseende 
   → Anpassa → Extra CSS:
 *     ```
       .next.page-numbers::after {
           content: 'Nästa';
           font-size: initial;
       }
       .next.page-numbers {
           font-size: 0;
       }
       .prev.page-numbers::after {
           content: 'Föregående';
           font-size: initial;
       }
       .prev.page-numbers {
           font-size: 0;
       }
       ```
   
 * When the theme developer fixes this, then it’s better that you remove these fixes.
 * By the way: If you’ve made a Swedish translation of this theme, then you could
   upload it at [https://translate.wordpress.org/projects/wp-themes/personalblogily/sv/default/](https://translate.wordpress.org/projects/wp-themes/personalblogily/sv/default/)
   there’s an import link at the bottom of the page. Once I or any of my fellow 
   GTE’s (General Translation Editors) for Swedish verifies the translation, it 
   will automatically be distributed to any other Swedish users of this theme.
 *  Theme Author [Superb](https://wordpress.org/support/users/themeeverest/)
 * (@themeeverest)
 * [5 years, 9 months ago](https://wordpress.org/support/topic/read-more-button-78/#post-13338774)
 * Hi both of you.
 * Sorry for the slow response and thanks for the help [@tobifjellner](https://wordpress.org/support/users/tobifjellner/)
   that’s extremely kind of you!
    Yes, that is indeed a bug in the theme, I’ll try
   to fix it as soon as possible 🙂
 * Have a great day to both of you
 *  Thread Starter [folkeserbe](https://wordpress.org/support/users/folkeserbe/)
 * (@folkeserbe)
 * [5 years, 9 months ago](https://wordpress.org/support/topic/read-more-button-78/#post-13339030)
 * Thanks once again [@tobifjellner](https://wordpress.org/support/users/tobifjellner/),
   hero twice this week! It looks really nice now!
 * [@themeeverest](https://wordpress.org/support/users/themeeverest/) : thanks for
   responding! Yes, please fix it, your theme looks so nice and it´s sad if people
   with no coding skills have to use other themes just because a “small” matter 
   like this. 🙂
 * Have a nice day!

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

The topic ‘“Read more” button’ is closed to new replies.

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

 * 5 replies
 * 3 participants
 * Last reply from: [folkeserbe](https://wordpress.org/support/users/folkeserbe/)
 * Last activity: [5 years, 9 months ago](https://wordpress.org/support/topic/read-more-button-78/#post-13339030)
 * Status: resolved