Archived topic
Problems home page
13 replies · Started by Bárbara Merino on June 18, 2017
On the home page of https://garanley-abogados.com/ I get a line up that I do not know what it is and in the mobile version it is noticed more.
I also want to put the mobile menu in white and I do not know how to do it.
Hi there,
Are you referring to the white space on top of the page?
Check first to see if you added anything in GP hooks:
https://docs.generatepress.com/article/hooks-overview/
If not can you try #1 on this page?
https://docs.generatepress.com/article/debugging-tips/
Make sure you clear cache for the caching plugin when you make changes as well. Or turn it off during testing.
Let me know.
How do I change the background color of the slideout menu?
The error (blank space) only occurs in the home and in the blog page
Fixed the problem of white space (detected the plugin that caused it) I have to know how to change the color of the menu slideout (mobile menu)
Try this CSS:
@media (max-width: 768px) {
.main-navigation {
background-color: #ffffff;
}
.main-navigation .menu-toggle {
color: #000000;
}
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
Yes it works, but the menu letters are blank and then you do not see it. What is the code for changing the color of the letters in the slideout menu?
Edited the code here to cover both: https://generatepress.com/forums/topic/problems-home-page/#post-335448
With that code you still see the letters in white (and therefore not seen)
Maybe I have not explained myself. I mean the word "Menu" from the slidout menu
Edited the code again: https://generatepress.com/forums/topic/problems-home-page/#post-335448
When you click on menu, only the first item with dark background and white letters is displayed. The rest is not displayed because white background and white letters are seen.
Sorry is this fixed?
Looks fine to me now? https://s23.postimg.org/curl8sojv/2017-06-19_0810.png
Thanks!!!
No problem!