Transparent manu background on mobile devices
Hi!
Great theme! I already went through tons of discussion threads and therefore have found this solution of yours concerning the color adjustment of mobile menu background.
The background image is very important to the site and unfortunately it is massively capped on mobile devices.
Adress is www[dot]ideenschmiede[minus]eibauer[dot]de
Thanks for your kind support.
Great theme! I already went through tons of discussion threads and therefore have found this solution of yours concerning the color adjustment of mobile menu background.
@media only screen and (max-width: 767px) {However, I'd like the mobile menu background to stay transparent. Is that possible with this theme? If not, can you think of any workarounds? My site looks awesome on Desktop, but highly improvable on smart phone.
#Header #menu { background: #000 !important; }
}
The background image is very important to the site and unfortunately it is massively capped on mobile devices.
Adress is www[dot]ideenschmiede[minus]eibauer[dot]de
Thanks for your kind support.
Comments
to make the mobile menu completely transparent, you should use the following css:
Unfortunately, there is still a white background in mobile menu (see attached image).
There is one more thing: The separator.
When I used it, the font size was always way too small (a change in costum font size did not take effect). See image as an example:
When I inspect the item using firebug, it says...
h4 {
font-size: 35px;
line-height: 39px;
}
I tried a workaround with a costumm css, but when I realized that the font size of separator would not decrease using a mobile phone (although box "decrease font size" is checked), I deleted the costum css.
Do you see a way of having
(1) cotumized separator font size
(2) that still decreases with smaller resolutions?
Thank you for your help.
2) Yes, this line and it's font decreases with the smaller resolutions.
Can you see the small separator font size in the picture?
The theme does not take over the font sizes from the options menu (there it states for ALL headings h1, h2, h3, h4, h5, h6 = font size 35).
Do you have an idea why that is the case?