Dear Drupalers,

I am a big fan of Drupal and have been using it for a while, however now I am stuck with Marinelli theme, particularly with changing Secondary links (submenu) tab color from orange to blue, similar to this: http://www.signalkuppe.com/

I can customize literally everything except for this tab color.

Please help me with this if you know how to do it. I am even ready to pay for the explanation.

Thanks in advance!

Comments

sonam.shetty’s picture

Hi,

1)Check in your marinelli.info file if the following line of code is present.
stylesheets[all][] = style.css
If not, then you could add this in the marinelli.info file.

2) Once this is done add the following code to the style.css file

body #submenu {
background:#3399CC url(img/submenu_nuovo.png) repeat-x scroll center top;
color:#FFFFFF;
font-size:0.875em;
height:36px;
letter-spacing:1px;
line-height:36px;
padding:0 10px;
text-align:left;
}

Add an image to the "img" folder (inside the Marinelli theme). You will find the img here
Once this is done -- clear your sites cache.
Hope this helps!!

Regards,
Sonam

oadaeh’s picture

Issue summary: View changes
Status: Active » Closed (won't fix)

This issue is being closed because it is against a branch for a version of Drupal that is no longer supported.
If you feel that this issue is still valid, feel free to re-open and update it (and any possible patch) to work with the 7.x-4.x branch.
Thank you.