Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #749848

    Hey,
    I would like to change the size and text-color of the submenu-links of secondary menu in the top bar.
    Is there any quicks-CSS, I can use? See screenshot.

    Thanks, Gerd.

    #751039

    Hey,

    is ist possible, to get an answer (some help); please?!?
    dürfte ich bitte mit einer Antwort (Hilfe) rechnen?!?

    Thank you, Gerd.

    #751191

    Hi,

    We apologize for the delayed response due to a lot of queries in queue. You can change this by going to Enfold > Advance Styling > customize Small bar above Main Menu or in Quick CSS you can use this css code:

    #top #avia2-menu a {
        color: white;
    }

    Hope this helps :)

    Best regards,
    Nikko

    #751560

    Hey Nikko,

    thanks. But editing “Small bar above Main Menu” does not, what you write me.
    I would like to change the SIZE of the menu-links under “Online-Shop / Produkte”.
    I also want to change the COLOR of the menu-links (Produkte / Konto / Warenkorb / Kasse).
    The colors hex is #efd422.

    Thanks for your answer, Gerd.

    #753303

    …any answer?!?

    #753374

    Hi,

    Try using this css code:

    #top #avia2-menu .sub-menu li > a {
        color: #efd422;
        font-size: 16px;
    }

    Just adjust it as you see fit. Hope this helps.

    Best regards,
    Nikko

    #786636

    Hey Nikko,

    sorry for my late answer, i was on a business trip.
    Your css code doesn’t work. I did it with:

    #top .sub_menu li li a {
    font-size: 16px;
    }
    But, this is just about the size, to change the color, I didn’t find any solution.
    I don’t worry, the color “White” for the Sub menu is also ok.

    Thanks, Gerd.

    #786667

    Hi,

    Here is how to add a color value also

    #top .sub_menu li li a {
    font-size: 16px;
    color: #000;
    }

    and you need to change the color code with the number you need

    Best regards,
    Basilis

    #786737

    Hey Basilis,

    thanks for writing me, but I tried that color-code also; it doesn’t work.
    (I naturally changed the hex-code; here #efd422)

    Greetings, Gerd.

    #786878

    Hi,

    Please try this instead:

    .sub_menu li .avia-menu-text {
      color:#efd422 !important;
    }

    Best regards,
    Rikard

Viewing 10 posts - 1 through 10 (of 10 total)
  • You must be logged in to reply to this topic.