#7033

johannesfleischhut
Participant

Hey Josh,

thank you again! I changed some things at my page in the meantime. I inserted the menu again (in a different way) You*ll find it at the top of the front page.

The menu is actually very simple. If you could tell me, what I have to type in CSS, it would help me a lot. Thank you in advance!!

[intense_menu id="shortcode_menu" type="horizontal" name="Hauptmenue" class="hauptmenue" top_background_color="#203026" top_font_color="#ffffff" top_hover_background_color="#203026" top_hover_font_color="#39761e" top_active_background_color="#203026" top_active_font_color="#ffffff" top_active_hover_background_color="#203026" top_active_hover_font_color="#39761e" padding_left="15" padding_right="15"]

Here you see, what it looks like: http://temp.johannesfleischhut.de/

The margin top and button is too big, also the font wrong and the lines between the entrys shouldn’t be there.

My current css entry for the Menu:

.hauptmenue {
    font: 1.25em "Calibri"  !important;
    float: right;    
    background: #203026;
    border-bottom: 1px solid black;
}

Everything works but the font (and I didn’t know the code for getting rid of the lines between the entrys.

Thanks!

Johannes