-
AuthorPosts
-
February 20, 2015 at 4:43 pm #399733
Hi there,
thanks again for this great theme, I bought it now second time :)Well, today I like to know how can I change the main menu style. I simply can´t find a way to do that it.
a) I like the logo on the left side and the menu stretched on the full side with maybe the same size of the individual items.
b) is it possible to get the borders only around the menu, not the full side
c) where can I change the background-color of the menu
d) and last but not least: I like to change the hight of the menu, the font and the font size.
e) how can I add icons at the menu – pointsI’m sorry for the many questions
Thanks
Best regardsAndreas
- This topic was modified 9 years, 9 months ago by a-l-p.
February 22, 2015 at 4:15 pm #400217Hi a-l-p!
please post a link to your website, so we can see what you mean.
a) menu should be on the left side by default. Where is your logo right now? However you can set it with this to the left:
.html_header_top.html_logo_center .logo { left: 15%; }
Adjust “15” as needed.
b) I have no idea what you mean. Please show me the link to your website or at least some screenshots (imgur.com)
c) Try this code:
.html_header_top.html_logo_center .main_menu ul:first-child { background: red; }
d) Use this code for font size and font family:
.html_header_top.html_bottom_nav_header .main_menu ul:first-child>li a { font-size: 18px !important; font-family: Georgia; }
Height of the menu:
.html_header_top.html_logo_center .main_menu ul:first-child { margin-top: 20px; }
e) I don’t think you can add any icons to the menu points. For this you would need to hire a freelancer.
Regards,
AndyFebruary 23, 2015 at 3:43 pm #400702This reply has been marked as private.February 23, 2015 at 3:49 pm #400707February 23, 2015 at 4:29 pm #400744This reply has been marked as private.February 24, 2015 at 8:26 am #401206Hey Andreas!
Please try the following code for a border around the menu:
.html_header_top.html_logo_center .main_menu ul:first-child { border: 1px solid #ddd !important; }
Regards,
RikardFebruary 24, 2015 at 12:14 pm #401327This reply has been marked as private.February 25, 2015 at 6:08 am #401856 -
AuthorPosts
- The topic ‘Main Menu Styling’ is closed to new replies.