Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1300196

    Hallo. Wie kann ich die Textgröße im Topmenü ändern? Ich würde gerne den Link “Newsletter” 6 Punkte größer machen? Wo stelle ich das im Enfold Backend ein? Danke, Alex

    #1300507

    Hey diefleischerei,
    Vielen Dank für Ihre Geduld und den Link zu Ihrer Website. Bitte versuchen Sie dieses CSS in Ihrem Quick CSS:

    #header_meta #menu-item-779 > a {
    	font-size: 17px;
    }

    Die Schriftgröße beträgt jetzt 11px, und Sie haben nach 6px mehr gefragt, sodass der Code 17px anzeigt. Sie können ihn jedoch jederzeit anpassen.

    — Translated with Google —

    Thank you for your patience and the link to your site, please try this css in your Quick CSS:

    #header_meta #menu-item-779 > a {
    	font-size: 17px;
    }

    The font size is now 11px, and you asked for 6px more so the code says 17px, but feel free to adjust to suit.

    Best regards,
    Mike

    #1300708

    Thanks Mike, i tried the code but see no effect? :)

    The font for “newsletter” in the topmenu appears still small. Greetings, Alex

    #1300938

    Hi Alex,

    Please try this CSS instead:

    #top #header_meta a{
      font-size: 16px !important;
    }

    Best regards,
    Rikard

    #1300944

    Wunderbar, vielen lieben Dank Rikard – das klappt jetzt wunderbar in der Desktop Ansicht am PC. Ist es auch möglich dass der Text auf der mobilen Ansicht am Smartphone auch vergrößert angezeigt wird?

    #1300973

    Hi,
    It seems to be working also for mobile, please try clearing your browser cache on your mobile device. Please see the screenshot in the Private Content area.

    Best regards,
    Mike

    #1300976

    Great. Works! Thank you very much and CLOSED.

    #1300980

    Hi,
    Glad we were able to help, we will close this now. Thank you for using Enfold.

    For your information, you can take a look at Enfold documentation here
    For any other questions or issues, feel free to start new threads in the Enfold forum and we will gladly try to help you :)

    Best regards,
    Mike

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Textgröße in Topmenü ändern’ is closed to new replies.