I am trying to add some mobile view port tags into my mobile theme.
Obviously this has to be done in the head of the document
I copied the html.tpl.php file from the following file path: /public_html/modules/system
I added the tagging then saved and uploaded it to the themes template folder with the following site path: /public_html/sites/all/themes/mobile-template-folder/templates
I have downloaded Zen and started a subtheme. However, I am unsure of what css files I need to copy over to my subtheme folder. And I am having trouble figuring out which css files to edit.
For instance, if I want to change the background color, which css file do I find that info in?
Any help would be appreciated.
At the moment, when someone visits my site they will be greeted with a landing page, and then from the landing page they can log into my Drupal application. I created the landing page in the html.tpl.php file with HTML code and put it into my themes directory and this works. But my question is, how would I create an about page like how i have done with my homepage?