Title: Custom Theme Stylesheet solution
Last modified: August 21, 2016

---

# Custom Theme Stylesheet solution

 *  [sarah9876](https://wordpress.org/support/users/sarah9876/)
 * (@sarah9876)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/custom-theme-stylesheet-solution/)
 * A few people here and elsewhere on the web have been wondering how to get a custom
   theme stylesheet working on this plugin or how to restyle the default one.
 * I was wondering, too, but found the answer. MobilePress is set to call the stylesheet/
   MobilePress/css/style.min.css by default, even after you’ve added a custom theme.
 * To get the custom sheet working, either add an include call within /MobilePress/
   css/style.min.css to your custom style.css file, or change this line in the header.
   php of your custom theme:
 * <link href=”<?php bloginfo( ‘template_url’ ); ?>/css/style.min.css” rel=”stylesheet”
   type=”text/css” media=”screen, handheld, print, projection” />
 * to this:
 * <link href=”<?php bloginfo( ‘template_url’ ); ?>/style.css” rel=”stylesheet” 
   type=”text/css” media=”screen, handheld, print, projection” />
 * Then just css away …. simples.
 * [http://wordpress.org/extend/plugins/mobilepress/](http://wordpress.org/extend/plugins/mobilepress/)

The topic ‘Custom Theme Stylesheet solution’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/mobilepress.svg)
 * [MobilePress](https://wordpress.org/plugins/mobilepress/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/mobilepress/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/mobilepress/)
 * [Active Topics](https://wordpress.org/support/plugin/mobilepress/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/mobilepress/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/mobilepress/reviews/)

 * 0 replies
 * 1 participant
 * Last reply from: [sarah9876](https://wordpress.org/support/users/sarah9876/)
 * Last activity: [13 years, 1 month ago](https://wordpress.org/support/topic/custom-theme-stylesheet-solution/)
 * Status: not resolved