The Joomla! Forum ™






Post new topic Reply to topic  [ 5 posts ] 
Author Message
PostPosted: Thu Aug 23, 2012 10:58 am 
Joomla! Apprentice
Joomla! Apprentice

Joined: Tue Aug 07, 2012 3:07 pm
Posts: 18
http://www.coralkings.co.uk/index.php/using-joomla

In the Using Joomla menu, the sub menus turn almost black when I hover the mouse over them. I've tried to find the colour code with Firebug with no luck.


Last edited by skyshrimp on Fri Aug 24, 2012 7:04 pm, edited 1 time in total.

Top
 Profile  
 
PostPosted: Thu Aug 23, 2012 2:08 pm 
User avatar
Joomla! Master
Joomla! Master

Joined: Wed Aug 13, 2008 2:57 am
Posts: 20420
Location: Chennai, India
Reviewed the site and you are using the Beez_20 template. The hover color of sub-menu items are indeed Gray (color: #444444) - not black. And, it is readable.

_________________
- Ilagnayeru (MIG) Manickam
http://www.eegan.org - helping the poor and underprivileged
educate. empower. enrich.
Support the poor and underprivileged


Top
 Profile  
 
PostPosted: Fri Aug 24, 2012 5:38 pm 
Joomla! Apprentice
Joomla! Apprentice

Joined: Tue Aug 07, 2012 3:07 pm
Posts: 18
Hi,

It's the Beez_5 template. I can't find where to change the sub-menu grey colour.

Can anyone else confirm that I'm using Beez_5 and notBeez_20? ???


Top
 Profile  
 
PostPosted: Fri Aug 24, 2012 5:48 pm 
User avatar
Joomla! Master
Joomla! Master

Joined: Wed Aug 13, 2008 2:57 am
Posts: 20420
Location: Chennai, India
You are using Beez5 template. Look at the HTML source of your page.

Also, the Gray color could be changed in the following css entry that is available in the file beez5.css that is located in the directory /templates/beez5/css
Code:
 ul.menu li.active ul li a:hover,
 ul.menu li.active ul li a:active,
 ul.menu li.active ul li a:focus
{
  background:#666 !important;
  color:#1f7573 !important;
}

Note:
(i) Make sure to take a copy of the file before deleting it
(ii) HTML Color #666 is equivalent to #666666 and this color is Gray

_________________
- Ilagnayeru (MIG) Manickam
http://www.eegan.org - helping the poor and underprivileged
educate. empower. enrich.
Support the poor and underprivileged


Top
 Profile  
 
PostPosted: Fri Aug 24, 2012 7:03 pm 
Joomla! Apprentice
Joomla! Apprentice

Joined: Tue Aug 07, 2012 3:07 pm
Posts: 18
Perfect. Thanks :)


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 5 posts ] 



Who is online

Users browsing this forum: No registered users and 7 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Jump to:  
Powered by phpBB® Forum Software © phpBB Group