Can someone please walk me through how to add an icon to my aquasoft theme by modifying the style.css file? The directions:
The top toolbar icons(Primary Links) are customizable for each menu item. Refer to style.css for further information on how to assign icon for each item.
are a little vague. Here is what style.css says to do:
/* Specify Icons for each primary menu's menu item. */
ul.toolbarmenu {
margin-left:0;
padding:0;
}
Hello, i am new to drupal, i have installed drupal 5.x... now i have downloaded themes and added to my folder... but when i try to configure my site i can't find my added themes... did i miss something? thanks!
I am working on themeing my primary links and am a bit confused. I've sent the links through the menu_links.tpl.php file and they are showing up on the page as expected but I'm looking at the classes that have been assigned to them:
I am looking to display the logged in user's picture above their name in the navigation block.
I'm using a theme based on box-gray. Currently the logged in user's name appears above the main navigation block. I would like the user's avatar to appear directly above it. User's who are not logged in would see the anonymous avatar.
Here's how you can change the colors of the flash button:
// override the colors on the flash player
function phptemplate_audio_mp3_player($node, $options = array()) {
$options['b_fgcolor'] = 'cccccc';
return theme_audio_mp3_player($node, $options);
}
There are several option values that can be used to control the colors: