Font Color Change and 'glow'

Permalink Browser Info Environment
First, THANK YOU for creating Amiant css3 menu!

I'm a newbie to Concrete5 and CMS but making progress.

From one of your other replies I figured out where to go [view.css file] and was able to change the font color:

/* main level link */
.amiant-css3-menu-navigation-bar .navigation-menu li > a {
   font-weight: bold;
   color: #000048 !important;


The result is good but is a bit fuzzy around a tab that has sub-pages. What I would like to do now is to either change or remove the halo or glow. Can you point me to the line[s] that need changing?


site is not yet live but you can see at: http://www.guanajuatorentals.com/c5...

Thanks

Type: Discussion
Status: New
khunbill1
View Replies:
khunbill1 replied on at Permalink Reply
khunbill1
CORRECTION
I wrote: The result is good but is a bit fuzzy around a tab that has sub-pages.
when I should have written:
The result is good but is a bit fuzzy around the tab's page that is currently being viewed.
Cravener replied on at Permalink Reply
Cravener
Hi!

Go to view.css line 70:
/* main level link hover */
.amiant-css3-menu-navigation-bar .navigation-menu a.nav-selected, .amiant-css3-menu-navigation-bar .navigation-menu a.nav-path-selected, .amiant-css3-menu-navigation-bar .navigation-menu li:hover > a {
   background: #BCDAE0; /* for non-css3 browsers */
   background: rgba(255, 255, 255, 0.5);   
   color: #FFFFFF;
   text-shadow: 1px 1px 2px #2D5B64;
   filter: dropshadow(color=#2D5B64, offx=1, offy=1);
}

Remove text-shadow: 1px 1px 2px #2D5B64; or change color and parameters of shadow.
khunbill1 replied on at Permalink Reply
khunbill1
Thank you!

concrete5 Environment Information

Browser User-Agent String

Hide Post Content

This will replace the post content with the message: "Content has been removed by an Administrator"

Hide Content

Request Refund

You have not specified a license for this support ticket. You must have a valid license assigned to a support ticket to request a refund.