Home › Forums › WordPress Themes – Premium › Encounters › Colour Main Menu/Main Menu Link
- This topic has 8 replies, 15 voices, and was last updated 9 years, 11 months ago by
Sushil Adhikari.
-
AuthorPosts
-
December 9, 2013 at 10:48 pm #14442
Thomas Engeroff
ParticipantHi,
I have problems (= it is not working) switching the colour of the Main Menu Link in Encounters V 1.4.6.
– I am working with a child theme (with some changes in the style.css) Switching the colour is not possible.
– When changing back to the parent theme, the problem remains the same– In the other installations of Encounters (both 1.3.6) changing the colour was no problem (even with exactly the same changes in the child theme-style.css)
Do you experienced other problems like this? I will attach the child theme-style.css.
Thank you for your help… and a peaceful christmas.
Kind Regards
Tom
angepasstestyle_css.txtAttachments:
You must be logged in to view attached files.December 10, 2013 at 12:12 am #18777Sushil Adhikari
ModeratorHi Tom… are you not using any of the colour settings in the Theme Options (the customizer) for the menu and other items? If you go to the navigation tab, you have all your colour options.
December 10, 2013 at 11:00 am #18778Thomas Engeroff
ParticipantHi,
of course I am using all the options in the Theme Options.
I can change the colour of the Main Menu Link in the navigation tab, but on the website the change is not realized.
I did the following:
– On the child page I deleted the custom style.css
– On the child page I changed the colour in the navigation tab (see screenshot). Result: Only the first Navigation item changed its colour.– I switched the whole project back to the parent theme.
– I tried to change the colour of the Main Menu Link in the Navigation Tab -> no result on the page
– Changing the colour of the “Main Menu Link Hover” is working (like all the other options)Actually WordPress 3.6.1 is installed.
Do you need more information?
Thanx + kind regards
Tom
Colourmissing.jpgAttachments:
You must be logged in to view attached files.December 10, 2013 at 11:42 am #18779Thomas Engeroff
ParticipantUpdate: in meantime WordPress is updated to 3.7.1
December 10, 2013 at 8:18 pm #18780Sushil Adhikari
ModeratorI believe I found the problem. In the style.css there is this batch of code:
.nav-menu li a { color: #e4e6eb; display: block; line-height: 1; padding: 10px 12px; text-decoration: none; }
The color: #e4e6eb; needs to be removed. I will have to do this on an update but you can remove that from the core style.css around line 1961.
Try that and see if that works. Also, for your “Home” link. Open that up in the menu manager and there should be a css field to add a class. If not, go to Screen Options at the top and enable the menu class setting. Then in the field, add: home
That class “home” will match the “Home” menu link to the rest instead of being active when on the home page.
December 10, 2013 at 10:10 pm #18781Thomas Engeroff
ParticipantSuper!
It worked when deleting the colour!
Are there differences between this version and the younger ones regarding the menu?
Anyway: thank you from Germany
TomDecember 10, 2013 at 10:56 pm #18782Sushil Adhikari
ModeratorThere shouldn’t be any differences other than anything that was done with the latter versions of bug fixes or addon features. Obviously I missed something. But, I am glad it works for you now.
December 10, 2013 at 11:04 pm #18783Thomas Engeroff
ParticipantOops. Sorry:
I discovered something else: when “hovering” over a menue-entry and sliding with the pointer to the submenue, the main menu entry disapears…(I think, the font is getting white)Unfortunately the site is under construction and during the day, the old homepage is live. If you want to have a look: I will let the new site open for the next hour from now on. (www.haus-am-schlossgarten.de)
December 10, 2013 at 11:51 pm #14443Sushil Adhikari
ModeratorI didn’t do a very good job at testing…
Line 1969, remove the color:
.nav-menu li:hover > a, .nav-menu li a:hover { color: #fff; }
-
AuthorPosts
- You must be logged in to reply to this topic.