Hi! Please! I want to change the menu color in mobile devices, I'm using the transparent header and a sticky menu that's blak on the computer, but in the mobile it's white, I dont know why! Help please!
So I'm using a transparent header and sticky header in black. But take a look at mobiles, The menu background is white, the fonts are supposed to be white, and I change that at Be-Theme Options, but the mobile menu background stays white even when I select the sticky header color : Dark.
#danielastudillo Ok, we see what happen. Because header can't be transparent on mobile devices, theme uses white color by default. To change this background color on mobile, please use below css:
@media only screen and (max-width: 767px) { #Header #menu { background: #000 !important; } }
So, sorry for so much writing, the problem is that the menu background has changed, but the header with the logo still white, and thats the main problem, because the original logo is white. Thanks! A LOT!
Hey! I'm so sorry for bothering so much, but I need your help with some css, the mobile problem it's ok, but now when I open the web on an iPad, the menu background still white, help please. Thanks.
It's the color of the menu of the portable version that I can't change despite css hack what I put ( the yellow color of the text is unreadable on the white background and I would like change this white background color of the portable version menu)
I'm having a similar issue on the mobile version the menu icon is white which makes it invisible and I need it to be black. Is there a setting I've overlooked or is this a css code since its a transparent background?
Comments
do you mean background color or text? Please send us url to page where this happen and we'll tell you how to do this.
Thanks!