-
AuthorPosts
-
September 26, 2022 at 8:46 pm #1366453
Hallo ich möchte die Schriftgrösse im Hamburger menu ändern.
Wo kann ich das und was für ein CSS Code ist das?
Lieber Gruss StefanSeptember 27, 2022 at 11:03 am #1366505Hey sroetheli,
Thank you for the inquiry.
You can adjust the style of the burger menu items in the Enfold > Advanced Styling panel. Look for the Menu Links in overlay/slide out in the dropdown, insert it, then adjust its style.
You can also use this css code.
.html_av-overlay-side #top #wrap_all .av-burger-overlay li a { line-height: 1.3em; height: auto; padding: 15px 50px; display: block; text-align: left; text-decoration: none; font-size: 20px; }
Best regards,
IsmaelOctober 3, 2022 at 12:07 pm #1367385Hello Ismael
Thank you for your answer, I put it in the additional CMS but nothing happens, I need to have it smaller especially on mobile.
Do you have any idea what I have to do? https://www.lernpraxisamsee.com
Best thanks – StefanHallo Ismael
Danke für deine Antwort, ich hab das im zusötliches CMS eingefügt aber es passiert nix, ich muss es vor allem auf dem Mobil kleiner haben.
Hast du einen Idee was ich machen muss?
Besten Dank – StefanOctober 3, 2022 at 2:12 pm #1367409Hi Stefan,
Ismaels code should work. Please post admin WordPress login details in private, so that we can have a closer look.
Best regards,
RikardOctober 6, 2022 at 8:55 am #1367758Hi Rikard
Thank you for your reply. Privately I will send you the details you requested.
Best regards – Stefan- This reply was modified 2 years, 1 month ago by sroetheli.
October 6, 2022 at 10:00 am #1367779Hi,
Thanks for that. I’ve added some CSS for you, and it’s applying now. Note that clearing cache from your caching plugin seems a bit difficult, so you might have to do it a few times in order to see any changes you are making.
Best regards,
RikardOctober 9, 2022 at 4:22 pm #1368121Hello Rikard
Thanks for your help, I deleted the plug in. When I change the font size in the CSS Hamburger Menu nothing happens. what can this be?
Best regards Stefan- This reply was modified 2 years, 1 month ago by sroetheli.
October 9, 2022 at 6:56 pm #1368153Hi,
I’m not sure where you are trying to change it, but the CSS I added for you in Quick CSS is working and currently applying to your site.
Best regards,
RikardOctober 10, 2022 at 11:48 am #1368249Hi
i tried it here here:
.html_av-overlay-side #top #wrap_all .av-burger-overlay li a
{
line-height: 1.3em;
height: auto;
padding: 15px 50px;
display: block;
text-align: left;
text-decoration: none;
font-size: 20px;
}I would like to reduce the distance between the navigation points.
best regards – StefanOctober 10, 2022 at 1:13 pm #1368259 -
AuthorPosts
- You must be logged in to reply to this topic.