Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #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

    #230424

    Hey 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,
    Ismael

    #230484

    Hi 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 ?
    thanks

    #230522

    Hey!

    Try this code:

    
    .home .header_color .main_menu ul:first-child > #menu-item-504 a {color: #111211 !important;}
    

    Regards,
    Peter

    #230527

    Sorry 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.

    #231461

    Hey!

    Please try to clear the browser cache. The color is the same for me now: http://www.screenr.com/MpBN

    Regards,
    Peter

    #231463

    Hello 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;}
    #231468

    Hi!

    Great. The link is not broken but you just need to open it in another window/tab :)

    Cheers!
    Peter

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.