Title: mobile version
Last modified: April 28, 2020

---

# mobile version

 *  Resolved [kolyvahy](https://wordpress.org/support/users/kolyvahy/)
 * (@kolyvahy)
 * [6 years, 1 month ago](https://wordpress.org/support/topic/mobile-version-118/)
 * Hi,
 * So far, I love the theme. I noticed however that some of the changes I make don’t
   appear on the mobile version. It’s good on desktop, but for example, the font
   I chose for the main menu as well as for my blog entry titles don’t show on mobile.
   
   Is there anyway to fix this? thanks!
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fmobile-version-118%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  [Jarret](https://wordpress.org/support/users/jarretc/)
 * (@jarretc)
 * [6 years, 1 month ago](https://wordpress.org/support/topic/mobile-version-118/#post-12748005)
 * Hi, the fonts look the same to me but looking at your child theme’s style.css
   file there is the following right at the top
 *     ```
       .entry-title {
       	font-family:times
       }
       ```
   
 * So this should be fixed and set at whatever font family you want to use as well
   as closing it out with a ; at the end
 *     ```
       .entry-title {
       	font-family: "Times New Roman";
       }
       ```
   
 * Do you have a screenshot of the differences you’re seeing? You can use [https://snipboard.io](https://snipboard.io)
   to share them and provide the links on here.
 *  Thread Starter [kolyvahy](https://wordpress.org/support/users/kolyvahy/)
 * (@kolyvahy)
 * [6 years, 1 month ago](https://wordpress.org/support/topic/mobile-version-118/#post-12761843)
 * THanks Jarret for your response. it worked. I have another question, would it
   be possible to change the font in a text widget?
 *  [Jarret](https://wordpress.org/support/users/jarretc/)
 * (@jarretc)
 * [6 years, 1 month ago](https://wordpress.org/support/topic/mobile-version-118/#post-12761888)
 * Most likely yes, which widget were you wanting to target? You could either target
   all the widgets on a page or a specific one.
 *  Thread Starter [kolyvahy](https://wordpress.org/support/users/kolyvahy/)
 * (@kolyvahy)
 * [6 years, 1 month ago](https://wordpress.org/support/topic/mobile-version-118/#post-12765913)
 * I’d like to add some text in the footer that would appear on all pages.
 *  [Senff – a11n](https://wordpress.org/support/users/senff/)
 * (@senff)
 * [6 years ago](https://wordpress.org/support/topic/mobile-version-118/#post-12814315)
 * > I’d like to add some text in the footer that would appear on all pages.
 * You can do that by Go into your site’s admin Dashboard and select **Appearance
   → Customize → Widgets → Footer Column X → Add a Widget** and then use a **Text
   Widget**.
 * Here is a screenshot for your reference:
 * ![](https://cdn-std.droplr.net/files/acc_646767/9GUK95)

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

The topic ‘mobile version’ is closed to new replies.

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

 * 5 replies
 * 3 participants
 * Last reply from: [Senff – a11n](https://wordpress.org/support/users/senff/)
 * Last activity: [6 years ago](https://wordpress.org/support/topic/mobile-version-118/#post-12814315)
 * Status: resolved