Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #951449

    Hallo zusammen, das Untermenue meiner Seite lässt sich nicht stylen (font grösse)
    Ich habe in der Administration im Erweiterten Styling alles entsprechend angelegt. Keine Reaktion.

    Danke und Gruß
    Karsten

    #951905

    Hey grament,

    Can you please post the question in English, so we can be able to assist you better with it?

    Best regards,
    Basilis

    #951965

    ok, i try to explain it in english.
    i tried to change the the font size in the sub menue so i made changes in the extended styling but nothing happend.
    you can see it in the main menue at “Kraftvolle Auszeiten”.
    It seems like a css fault in the Theme!.
    please fix it.

    Thx

    #952260

    Hi,

    Thanks for the clarification, you are using the Mega Menu for the Kraftvolle Auszeiten menu item, are you sure that you want that option? If not then you can deselect it under Appearance->Menus. About your styling; are you using the Advanced Layout option or using your own CSS?

    We might need to access the backend of your site so please post admin login details in private if you should need any further help on the topic.

    Best regards,
    Rikard

    #952290

    Good Morning.
    thank you very much….
    the item wiht the Mega Menue was the problem.

    If Mega Menue is activated you cannot style (font size) the Submenue with the Enfold Administration extended styling option.

    But now it´s fine.

    thanks and best regards
    Karsten

    #952503

    Hi Karsten,

    Great, glad you got it working. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

    #954132

    Hi,

    I’d like to change the style of the Mega Menu submenu as well, without using the Advanced Styling because I’d like to adjust the letter case and the font. How do I go about doing that?

    Thank you!

    #955175

    Hi,

    This css code should work for the mega menu items.

    #top #header .avia_mega_div > .sub-menu > li > ul > li a {
        width: auto;
        float: none;
        display: block;
        border: none;
        padding: 3px 12px 3px 12px;
        font-weight: normal;
        font-size: 20px !important;
        height: auto;
        line-height: 23px;
    }

    Adjust the values as needed.

    Best regards,
    Ismael

    #955399

    Thanks so much Ismael.

    What is the CSS for only the main menu? I’d like to change the font family and size. I had been using:

    .avia-menu-text

    to style the main menu but it also styles the submenu (I would like a different style for the submenu, thanks for sending the code there).

    #955888

    Hi,

    You have to use
    #top #header .av-main-nav > li > a .avia-menu-text

    and then

    #top #header .av-main-nav > li:hover > a .avia-menu-text

    if you want to target also the hover state.

    Best regards,
    Basilis

    #960489

    Thank you for your help!

    #960522

    Hi,

    I’m glad you were able to get this corrected. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 12 posts - 1 through 12 (of 12 total)
  • The topic ‘Untermenue lässt sich nicht stylen’ is closed to new replies.