problems with custom CSS and mobile template
3 posters
Page 1 of 1
problems with custom CSS and mobile template
Hi all. I'm using a hitskin theme that I've re-styled with a lot of my own CSS code. The theme is dark with light text.
People are running into problems with mobile version of the site showing them a light font on a light background, because you mobile template is pulling the font colour from my code. What I'm after is a way to edit the mobile theme. I can't seem to find a way to view the mobile theme in the browser so I can code it. Does anyone know how to make it appear?
Does anyone know of another way to make my text visible on that mobile theme despite ditching my dark web template?
View the forum here:
www.cb500club.net
Thanks guys! And Merry Happy Holidays!
People are running into problems with mobile version of the site showing them a light font on a light background, because you mobile template is pulling the font colour from my code. What I'm after is a way to edit the mobile theme. I can't seem to find a way to view the mobile theme in the browser so I can code it. Does anyone know how to make it appear?
Does anyone know of another way to make my text visible on that mobile theme despite ditching my dark web template?
View the forum here:
www.cb500club.net
Thanks guys! And Merry Happy Holidays!
Re: problems with custom CSS and mobile template
look online for mobile website test or online mobile emulator
also if you want something to just effect mobile devices look into mobile querys
if the stuff you want to change you want to appear on mobile and desktop version and it being over ridden use !important a the end of your css
color: #00ff00 !important;
background-color: black !important;
also if you want something to just effect mobile devices look into mobile querys
if the stuff you want to change you want to appear on mobile and desktop version and it being over ridden use !important a the end of your css
color: #00ff00 !important;
background-color: black !important;
Re: problems with custom CSS and mobile template
Hello @ribena_wrath,
Add this to your stylesheet :
Display > Colors > CSS stylesheet
As for emulating the mobile version, check this topic : http://fmdesign.forumotion.com/t249-how-to-emulate-the-mobile-version
Add this to your stylesheet :
Display > Colors > CSS stylesheet
- Code:
.style2.post { color:#000 }
As for emulating the mobile version, check this topic : http://fmdesign.forumotion.com/t249-how-to-emulate-the-mobile-version
Similar topics
» Custom reply template
» Profile Template : Custom
» Custom message_body Template Help
» template problems
» Tablet/mobile problems with the toolbar.
» Profile Template : Custom
» Custom message_body Template Help
» template problems
» Tablet/mobile problems with the toolbar.
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum