-
I only had problems with an update on one other website. When I change the choice for not using colors and fonts of generate press the problem was solved. 20 other website with combination elementor – generatepress without any problems.
So for http://www.wageningswijngoed.nl I cloned my website so you can look safely. The url is https://check.wageningswijngoed.nl. Same credentials.
The problems:
– What is very annoying is that the menu cannot be seen on mobile. The hamburger is white instead of black and that is not visible on a white background.
– the background of the submenu is transparent instead of color. So the text is difficult to read and it looks messy.
– if I choose distribution on messages page of 70& content and 30% right sidebar, it is displayed the other way around. the message is then 30%, very narrow.
– white text in footer is displayed in normal text color (gray)I already tried to switch of all the plugins, except Elementor. I didn’t see any improvements
-
– What is very annoying is that the menu cannot be seen on mobile. The hamburger is white instead of black and that is not visible on a white background.
Try adding this CSS:
span.mobile-menu { color: var(--global-color-8); }– the background of the submenu is transparent instead of color. So the text is difficult to read and it looks messy.
Try adding this CSS:
.main-navigation:not(.toggled) ul ul { background-color: var(--base-3); }– if I choose distribution on messages page of 70& content and 30% right sidebar, it is displayed the other way around. the message is then 30%, very narrow.
Try this CSS:
body.right-sidebar .site-content .content-area { width: 70%; } body.right-sidebar .site-content .is-right-sidebar { width: 30%; }– white text in footer is displayed in normal text color (gray)
This is because you’ve set the title to highlight, and chose a light color as the highlight color:
https://app.screencast.com/I7UsbStbIH8aX
https://app.screencast.com/TnQ3bRu8t1WLsYou can disable the highlight option, it should show the correct color.
-
lacoco
Thank you very much Ying. Your suggestions works so all fine for me. (It is time for me to learn more about css. )
Everything ok for me now.
-
You are welcome 🙂
- You must be logged in to reply to this topic.