Tagged: menu background
-
AuthorPosts
-
March 18, 2014 at 1:31 am #239051
Hi
I have searched thru the entire forum (at least it feels like it :)
I would like to start the main menu at the left side, text running over a grayish background. Not full width, but same width as page content.I can not use UberMenu cause it conflicts with another plugin I need for secondary menu.
Please advice
Best regards
SamuelMarch 18, 2014 at 8:09 am #239191Hey dalboslampen!
You can add this on Quick CSS or custom.css:
.html_header_top.html_logo_center .main_menu ul:first-child { display: block; width: auto; }
Regards,
IsmaelMarch 18, 2014 at 10:55 am #239282Hi Ismael
Enfold never stops to amaze me! Great theme, I will probably use this for all my coming websites for a long time.
The lack of menu control bothers me in this particular matter, but I have a feeling it will be ok after some attempts.My menu is now getting closer and closer, but I still need å few adjustments.
This is how I want it to look like (without the color buttons at top)
http://www.yippi.no/ik/This is how close I have gotten in Enfold:
http://www.yippi.no/ausonius/Secondary menu
1: remove white line underneath secondary menu.
2: Control fontsize and color (before and during hover) secondary menuMain menu
1: Remove white line between menu items (or better; make the line look like in the secondary menu
2: Control fontsize and color (before and during hover) main menu
3: submenues (dropdown) without borders
4: submenues same background color as main (#444444)and last: Put a tiny border at top of the main menu container
Thank you very much!
Best regards
SamuelMarch 19, 2014 at 6:17 pm #240208Hi!
Please add following code to Quick CSS as well
.html_header_top.html_bottom_nav_header .main_menu ul:first-child>li a, #top .main_menu .menu li ul a { border: none!important; } .header_color .main_menu ul:first-child > li > a { color: #ddd; font-size: 16px; } .header_color .main_menu ul:first-child > li > a:hover { color: white; } .header_color .main_menu .menu ul li a { background-color: #444444; color: #ddd; } .sub_menu>ul>li>a, .sub_menu>div>ul>li>a { font-size: 14px; }
Regards,
YigitMarch 19, 2014 at 10:58 pm #240385Thank you!
-
AuthorPosts
- The topic ‘Main menu background & 1030 wide, start at left side’ is closed to new replies.