Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #1204718

    Hallo Zusammen,

    ich habe eine kurze Frage zum Hauptmenü (Menü-Links in Seitenüberlagerung/-verschiebung).

    Speziell geht es mir darum, ob ich die Schriftfarbe der Kategorien ändern kann, wenn ich mit der Maus drüber gehe? Bisher habe ich nur die Möglichkeit gefunden eine Hover-Einstellung im Bereich Hauptmenu-Links einzustellen – dies hilft mir leider nicht weiter. Auch andere Lösungsvorschläge aus dem Forum konnten mir bisher leider nicht weiterhelfen.

    Anbei ein Screenshot: Ich würde gerne, dass sich die Schriftfarbe der Kategorie beim “Mouseover” in #f44100 ändert.

    Vielen Dank und lieben Gruß
    Christian

    ____________

    I have a short question about the main menu (menu links in page overlay/move).

    In particular I would like to know if I can change the font color of the categories when I go with the mouse “over” them? So far I only found the possibility to set a hover setting in the main menu links section – unfortunately this doesn’t help me. Also other suggestions from the forum could not help me so far.

    Here is a screenshot: I would like the font color of the category to change to #f44100 on “mouseover”.

    Thank you.

    #1204989

    Hey ezban4life,

    Could you please give us a link to your website, we need more context to be able to help you. Do you mean hover on mobiles? There is no hover for mobile menus, there is a tap only.

    Best regards,
    Victoria

    #1205470

    Hi Victoria,

    thank you for your quick reply.

    No, I am not talking about mobile. I will share more screenshots to clarify this. :-)

    Thank you and best regrads
    Christian

    #1206257

    Hi ezban4life,

    Please share credentials so that we can see it the issue.

    Best regards,
    Victoria

    #1210346

    Hi Victoria,

    sorry for my very late replay, however, I still haven’t figured out how to solve my problem. Unfortunately, I also can’t share my credentials. I have created a video where you can see the video. I would like to change hover color to #f44100 – is this possbile?

    Thank you and kind regards
    Christian

    #1210350

    Oh, I solved it and it was actually quite easy ..

    span.avia-menu-text:hover {
    color: #f44100;
    }

    Still thank you for your help.

    Best regards
    Christian

    #1210618

    Hi Christian,

    Great, I’m glad that you found a solution and thanks for sharing. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

    #1212133

    Hi everyone,

    unfortunately now I have another issue. I also wanted to change the hover color of the X at top right corner. Somehow I only managed to the half of this using this code:

    .av-burger-overlay-active #top #wrap_all .av-hamburger-inner:hover {
    background-color: #ff4100 !important;
    }

    How can I change the color of the whole X?

    Thank you in advance.
    Christian

    #1212486

    Hi,

    Please try the following in Quick CSS under Enfold->General Styling:

    .av-hamburger-inner:before, .av-hamburger-inner:after {
      background-color: red;
    }

    Best regards,
    Rikard

    #1212523

    Hi Rikard,

    thank you for the quick response. We getting closer, but how do I have to change the code so that the X (inner and after?!) so only changes color in hover? Something like “.av-hamburger-inner:after:hover” does not work, does it?

    Kind regards
    Christian

    #1212835

    Hi,

    Please try this to see if you have any luck with it:

    .av-burger-menu-main:hover .av-hamburger-inner:before, .av-burger-menu-main:hover .av-hamburger-inner:after {
      background-color: green;
    } 

    Best regards,
    Rikard

    #1212870

    Hi Rikard,

    yes that woks! Thank you very much. This Topic can be closed!

    Kind regards
    Christian

    #1213161

    Hi,

    Great, I’m glad that we could help. I’ll go ahead and close this thread for now then, please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

Viewing 13 posts - 1 through 13 (of 13 total)
  • The topic ‘Hover-Farbeffekt im Bereich "Menü-Links in Seitenüberlagerung/-verschiebung"’ is closed to new replies.