blog/article background image on App

Hello,Currently the android app fetches default website background ( base template ) while displaying blogs/article page on android - I want to specify different background for both modules but only for android and not the web version(it should inherit for base). Can someone help please? 

Quote · 18 Nov 2012

You need to modify mobile.css in your template. The base css is templates/base/css/mobile.css

The class to override:

.bx-sys-mobile-page {
    padding:0;
    margin:0;
    background-image: url(../images/sys-bg-main.png);
}
Rules → http://www.boonex.com/terms
Quote · 22 Nov 2012

 Thank you Alex.. :)

You need to modify mobile.css in your template. The base css is templates/base/css/mobile.css

 

Quote · 25 Nov 2012
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.