-
AuthorPosts
-
January 5, 2015 at 11:34 am #374990
Hello,
I got a small problem in making the menu colours how i want them:
1. When nothing is selected i want to have the text white and the background blue.
2.Then if i hover on them i want to have red text on white background.
3.When a menu is selected i want to have red text on white background.
4.When the menu is selected i don’t want to have the submenus looking like selected , i wanted them to look like the second picture.
5.And when i have selected one of the submenus i want the menu of the select item to be white background with red text.Just like in this picture.
I’ve done some of them as you can see from the picture i uploaded, but i still have some problems.
January 5, 2015 at 2:18 pm #375043Hi Remus!
Please go to Enfold theme options > Advanced Styling tab and edit “Main menu links”. Please do not forget to add the element twice and check “Apply only to mouse hover state” on the one for the hover state
Regards,
YigitJanuary 5, 2015 at 2:56 pm #375077This reply has been marked as private.January 5, 2015 at 3:02 pm #375085This reply has been marked as private.January 6, 2015 at 5:17 am #375469Hey!
please refer to this: https://kriesi.at/support/topic/change-top-menu-colors/#post-121267
Cheers!
AndyJanuary 6, 2015 at 11:11 am #375581Hey Andy ,
I look at that and it’s something that i want , but now my problem is that when i select something in the submenu , the menu item that i selected the submenu dosen’t stay selected , is there any way to do that ?
More exactly i want it like this:
https://www.dropbox.com/s/cgiekjaiqr4aoqm/Screenshot%202015-01-06%2010.09.52.png?dl=0January 7, 2015 at 7:27 am #375999Hey!
You need to set the page hierarchy. Please give us a link to the actual website. We would like to check it.
Regards,
IsmaelJanuary 7, 2015 at 11:04 am #376055This reply has been marked as private.January 8, 2015 at 5:00 am #376619Hey!
Well, in that case you can’t use page hierarchies(http://en.support.wordpress.com/pages/page-attributes/). Try to use this on Quick CSS:
.current-menu-ancestor > a { color: orange !important; }
Regards,
IsmaelJanuary 8, 2015 at 10:25 am #376689Hey!
Thanks for the info about page-attibutes, but the css its not doing anything :(.
Best regards,
RemusJanuary 8, 2015 at 5:13 pm #376880Hey!
Please add following code to Quick CSS
.current-menu-parent > a > .avia-menu-fx { opacity: 1; visibility: visible; } .current-menu-parent > a { background-color: white; color: orange!important; }
Best regards,
YigitJanuary 9, 2015 at 11:40 am #377311Hello again,
Thank you Yigit for the help , it actually now make the menu white if i have something selected in the submenu , but it seems that is hiding the name of the menu.
Best regards,
RemusJanuary 9, 2015 at 3:27 pm #377381Hey!
Please use the code as following
.current-menu-parent > a > .avia-menu-fx { opacity: 1; visibility: visible; } .current-menu-parent > a { background-color: white; } .current-menu-parent > a > .avia-menu-text { color: orange!important; }
If that too does not work, please create a temporary admin login and post it here privately.
Best regards,
YigitJanuary 13, 2015 at 11:16 am #378690Hey Yigit,
Thank you for all the help , now it works.
Have a nice day.
Best regards,
Remus -
AuthorPosts
- The topic ‘Menu Colours’ is closed to new replies.