1. How do I change background color of suckerfish menu area
- Open <DrupalHome>/themes/denver/css/suckerfish_blue.css (There is no option to use Custom SuckerFish Block - So, I have decided to edit the SuckerFish of Blue version Denver)
- Look for
Code:
#suckerfishmenu a {
background: #396271 url(../images/blue/MenuDiv.png) 100% 0 repeat-y;
color: #fff;
display: block;
padding: 0px 14px 0px 14px; /* padding between menu elements */
margin: 0;
text-decoration: none;
font-size: 95%;
}
- Modify the value for background attribute as per your wish
2. How do I make my blocks collapsible as are there on denver demo site (
http://www.drupalado.com/) made your Recents comments adn Who's online block in sidebar
- You have to Install Collapsiblock module to add that feature to your site. This Module comes with Javascript Tools Module package bundle.
3. How do I attach clickable links in my primary links because when I doing that links are going in header row whereas item is shown in header right where links goes in header.
- I'm not getting what you're trying to ask. Please come again clearly. I'll try to help you.