-
AuthorPosts
-
February 21, 2017 at 10:10 am #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.
February 23, 2017 at 8:15 pm #751039Hey,
is ist possible, to get an answer (some help); please?!?
dürfte ich bitte mit einer Antwort (Hilfe) rechnen?!?Thank you, Gerd.
February 24, 2017 at 4:06 am #751191Hi,
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,
NikkoFebruary 24, 2017 at 7:56 pm #751560Hey 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.
February 28, 2017 at 10:57 pm #753303…any answer?!?
March 1, 2017 at 1:05 am #753374Hi,
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,
NikkoMay 2, 2017 at 7:03 pm #786636Hey 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.
May 2, 2017 at 8:19 pm #786667Hi,
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,
BasilisMay 2, 2017 at 9:45 pm #786737Hey 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.
May 3, 2017 at 5:27 am #786878 -
AuthorPosts
- You must be logged in to reply to this topic.
