-
AuthorPosts
-
February 27, 2014 at 6:22 pm #230182
http://www.augmented-banking.com/fr/ > Top menu links are with a color and black on rollover
http://www.augmented-banking.com/ > Top menu links are always black…i have exactly done the same parameters in the options theme…
thanks
February 28, 2014 at 4:32 am #230424Hey pako69!
Please add this on the Enfold (EN) > Theme Options > Styling > Quick CSS:
.header_color .main_menu ul:first-child > li > a { color: #808080 !important; } .header_color .main_menu ul:first-child > li > a:hover { color: black !important; }
You can also add it on custom.css.
Best regards,
IsmaelFebruary 28, 2014 at 8:22 am #230484Hi Ismael
Add in my child custom.css and it works but now a question about the active link:
I have add this:
.header_color .main_menu ul:first-child > li.current-menu-item > a {color: #111211 !important;}
To highlight in black the current menu.
It works for all the links, except for th home link (the house)
I look at the source code and it appears that when i am on the root url the LI Tag do no get the .current-menu-item class ?
thanksFebruary 28, 2014 at 10:38 am #230522Hey!
Try this code:
.home .header_color .main_menu ul:first-child > #menu-item-504 a {color: #111211 !important;}
Regards,
PeterFebruary 28, 2014 at 10:43 am #230527Sorry it do not work:
http://www.augmented-banking.com/fr/ > the house always still in black
http://www.augmented-banking.com/ > the house still in grey
I removed the changes.March 3, 2014 at 10:50 am #231461Hey!
Please try to clear the browser cache. The color is the same for me now: http://www.screenr.com/MpBN
Regards,
PeterMarch 3, 2014 at 11:01 am #231463Hello Dude your link : http://www.screenr.com/MpBN is broken
Nevermind, this work:/* LIEN ACTIF */ .header_color .main_menu ul:first-child > li.current-menu-item > a {color: #111211 !important;} /* LIEN NORMAL */ .header_color .main_menu ul:first-child > li > a { font-family: 'DINNextLTProLightCondensed', 'Trebuchet MS', Arial, Helvetica, sans-serif; font-size:24px; font-weight:normal; text-transform:uppercase; color: #808080 !important; } /* LIEN HOVER */ .header_color .main_menu ul:first-child > li > a:hover {color: #111211 !important;}
March 3, 2014 at 11:04 am #231468Hi!
Great. The link is not broken but you just need to open it in another window/tab :)
Cheers!
Peter -
AuthorPosts
- You must be logged in to reply to this topic.