I am using Marinelli drupal theme on drupal 7, and i wanted to modify the theme so that it can fit my tune.
things i wanted to change are
1. the size and color of the main menu (if it can be done on which css file)
2. the color of the page boarder (if it can be done on which css file)
I've found a method of outputting the HTML I want, but I'm unsatisfied with it because of the complexity. I use custom layouts in Panels to wrap sections of the page with the HTML I want. Then I create view panes in Views with Semantic Views to control the HTML of the node itself. The view pane gets filtered down to a single node from its context. This method works well and gives me the control I want but seems like overkill.
I've toyed with modifying the .tpl.php files with some success, but I always get lost when I get to template.php functions.
I don't know why this "simple" task is giving me so much trouble... The "title" field had the option to link to the content, which was all fine except that the title field shouldn't be in the carousel on my page (currently in maintenance mode, or I would show you) -- The "Price" field is the big-important-thing on the carousel, so I want to make that field link to the content itself.