Welcome, Guest
Username Password: Remember me

iPhone grey (pinstripe) background change to white
(1 viewing) (1) Guest
  • Page:
  • 1

TOPIC: iPhone grey (pinstripe) background change to white

iPhone grey (pinstripe) background change to white 13 years, 1 month ago #3201

I am new to Joomla and MobileJoomla! and would like to change the grey (pinstripes) on the website to just plain white.

I have looked in the mj_iphone.css file and made some changes, I got the background when changing pages to change from grey pinstripes to white, but can't get the website background to change.

Jim

Re: iPhone grey (pinstripe) background change to white 13 years, 1 month ago #3203

  • hockmasm
  • OFFLINE
  • Junior Boarder
  • Posts: 38
  • Karma: 0
that was a tough one for me to figure out too. did it a while ago....

maybe try theme.min.css in the apple folder. there is an instance of pinstripes in there too. comment it out. see if it works.
The following user(s) said Thank You: JImDeSantis

Re: iPhone grey (pinstripe) background change to white 13 years, 1 month ago #3204

Thank You!!!

So the /templates/mobile_iphone/jqtouch-src/themes/apple/theme.min.css and themes.css did it, I changed

body>* {
background: #c5ccd3 url(img/pinstripes.png);
}

TO:

body>* {
background: white;
}

and it looks much cleaner and loads faster.
Last Edit: 13 years, 1 month ago by JImDeSantis.
  • Page:
  • 1
Time to create page: 0.08 seconds

By continuing to use this site you consent to the use of cookies on your device as described in our cookie policy unless you have disabled them. This site will not function correctly without cookies.

I accept cookies from this site.