Is there a way to change the orange color for the secondary menu in any of the marinelli themes?

Comments

jrivelli’s picture

Status: Active » Fixed

Yes there is.

http://www.fitnessprogress.net/sites/all/themes/marinelli/graphics.css?V

#submenu (line 26)

{

background-color: #ff9900;

background-image: url("img/slinks.gif");

background-repeat: repeat-x;

background-attachment: scroll;

background-position: center top;

color: #ffffff;

height: 10px;

Follow the path above and edit the CSS file. I have edited mine.

stevelyne’s picture

Thankyou!

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

Toros’s picture

Priority: Normal » Major
Status: Closed (fixed) » Active

Have been trying to change orange tab color for a while (through graphics.css), but with no luck.

Which lines should be edited to change color to for example, this:
#99CCFF

Thanks a lot!

joarrognli’s picture

Title: Marinelli theme » Marinelli theme
Version: 6.16 » 7.12
Component: theme system » Minnelli theme

Hi.
I am relatively new to Drupal.
I have installed drupal on my local machine, with Marinelli theme. Banner feature works great locally. Now I have built a drupal page with Marinelli theme on web server. The installation went fine but now the images do not appear in the banner, just the Title words and description that are shown.
Have tried to find answers to it without success.

Have tried to delete the drupal installation and install everything again, but still same problem.
To see what I mean, go to http://www.melkemaskinservice.no and see.

Does anyone have advice for solution?

cweagans’s picture

Priority: Major » Normal

Support requests are never major or critical.

Pasqualle’s picture

Project: Drupal core » Marinelli
Version: 7.12 » 7.x-3.0-beta11
Component: Minnelli theme » Code
Status: Active » Closed (fixed)

as I see your problem is fixed. If you find this again and you remember what was the solution, you can write it here for others who may have similar issues..