Home › Forums › Automattic › Flora and Fauna › unreadable links because different font color in the mobile view
Tagged: Fontcol
-
AuthorPosts
-
holundermaerchenmaedchenMemberHello,
I have your theme flora and fauna in action. I like it very much and I enjoy it very much – thank you very much!
But I have a little problem which worries me and I would like to adapt. The font color of the navigation in the mobile view is different than in the desktop view. Unfortunately, the font is displayed in dark purple on a black background and therefore hard to read. What do I have to do to make the menu appear in the mobile view the same way as in the desktop view?the color auf the Menuelinks on my Website https://holundermaerchenmaedchen.com are white, backgroundcolor is deep violett – in the mobile view the links are violett too – that’s not nice :-)
I hope you have an idea for me and a little help. :-)many thanks in advance
December 30, 2019 at 3:23 pm #164989
Ed ThomasHi there!
What do I have to do to make the menu appear in the mobile view the same way as in the desktop view?
You can make that change with some CSS! If you head to the Zusätzliches CSS panel of the Design > Anpassen area of WordPress.com here, you can paste the following code on a new line, after any other code that’s in the text box on that page: https://holundermaerchenmaedchen.com/wp-admin/customize.php?autofocus%5Bsection%5D=custom_css
/* change site navigation to white | eD */ #menu-hauptmenue-von-petra a, #menu-hauptmenue-von-petra a:visited { color: #ffffff; }
Then, when you click the blue Publish button, that change will be live on your site!
I also noticed that you have the Jetpack Mobile Theme active on your site — you’d want to disable that to allow the new CSS to work correctly on mobile devices! You can deactivate that from the Verfassen tab of the Verwalten > Einstellungen area of WordPress.com here: https://wordpress.com/settings/writing/
As a heads-up, since your site has a WordPress.com Business plan, you’re entitled to live-chat and email support, accessible here: https://wordpress.com/help/contact
You’re welcome to still post in these forums, but those other support avenues may be faster, and you’ll always get a staff reply :)
I hope this helps! Let me know if there’s any other assistance I can provide.
-
AuthorPosts
You must be logged in to reply to this topic.