We are running a (desktop) e-commerce site which is pretty large (in terms of coding and different sections), on the Zend Framework. We are now planning a mobile-optimised website, and we are researching into Jquery Mobile.
We are trying two things to decide which path we should choose. 1) Using a Jquery mobile theme to build our HTML, and then customise it from there. OR 2) Build our own theme.
At the moment I'm experimenting with 2) building our own theme.
I found issues on customizing the pages (CSS). Please could you answer my following questions. I'm following the guide on the Jquery mobile site.
These additional tags (such as the new <a> and <span> tags after the <h3>) are causing style issues. Is it possible to remove / customize these tags in order to avoid the issues?
OR
since I need to include the jquery.min CSS file, shall I just keep the jquery default CSS files and create an override CSS file for customization?
OR
shall I make my OWN CSS file, copy the normal jquery CSS and then change it on my own? Therefore I have one CSS file total.