- This topic has 13 replies, 2 voices, and was last updated 3 years, 9 months ago by
Leo.
-
AuthorPosts
-
June 18, 2017 at 5:03 am #335281
Bárbara Merino
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.
June 18, 2017 at 8:06 am #335319Leo
StaffCustomer SupportHi 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.
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/June 18, 2017 at 11:33 am #335396Bárbara Merino
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
June 18, 2017 at 12:12 pm #335408Bárbara Merino
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)
June 18, 2017 at 5:04 pm #335448Leo
StaffCustomer SupportTry 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/
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/June 18, 2017 at 10:13 pm #335534Bárbara Merino
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?
June 18, 2017 at 10:23 pm #335539Leo
StaffCustomer SupportEdited the code here to cover both: https://generatepress.com/forums/topic/problems-home-page/#post-335448
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/June 18, 2017 at 10:33 pm #335549Bárbara Merino
With that code you still see the letters in white (and therefore not seen)
June 18, 2017 at 10:34 pm #335554Bárbara Merino
Maybe I have not explained myself. I mean the word “Menu” from the slidout menu
June 19, 2017 at 12:09 am #335571Leo
StaffCustomer SupportEdited the code again: https://generatepress.com/forums/topic/problems-home-page/#post-335448
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/June 19, 2017 at 1:34 am #335602Bárbara Merino
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.
June 19, 2017 at 8:11 am #335712Leo
StaffCustomer SupportSorry is this fixed?
Looks fine to me now? https://s23.postimg.org/curl8sojv/2017-06-19_0810.png
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/June 22, 2017 at 10:49 pm #337729Bárbara Merino
Thanks!!!
June 22, 2017 at 11:01 pm #337735Leo
StaffCustomer SupportNo problem!
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/ -
AuthorPosts
- You must be logged in to reply to this topic.