This is probably really dumb, but hey, never hurts to ask. much.
How is the contact form title capitalized on drupal.org? On my sites, running 4.7.2, it's lowercase "contact" at the top. I'd like to capitalize it, or otherwise change the page title, without getting into the module itself, obviously.
I assume there's something I can do in template.php, but I'm not good enough at this yet to know what it is.
I am currently working with the Spreadfirefox theme and curious how I would go about adding side banner graphics to the left and right of the layout without inserting them into blocks. Also is there a way to display them only on certain pages.
I am trying to format primary links. I also want to format the text in sidebars. (both are links)
I've found that these settings in style.css affect either primary links, sidebars, or both:
--menu
--block-content
--a:visited
--primary links
--sidebar-left
However, I can't tell their hierarchy. Moving the primary links section to the end and styling them does not override the setting of links that came earlier in style.css
What is the hierarchy of these?
and more importantly,
in what file is the hierarchy set?
I am new to drupal and I have started hacking away at the templates. I have to say I wish I had dedicated more time to drupal a couple of years ago.
Anyways, I was wanting to know how I remove the "|" in the menu? I know that I probably have to create a template.php file and so something there. I am using 4.7 version of drupal. Any help would greatly be appreciated.