Mobile View – Categories
-
hi
to my test site
when i press Menu Button and scroll down the chikd categories from Ideas pop up and stays there
What can i do to fix this ?
Thank you
-
This is marked as resolved, were you able to get the issue sorted?
Hi @cztaki73,
When I view your test site on my phone, I can click the Menu button and scroll down to view the child categories under Ideas. These child categories are displayed by default on mobile devices, such as phones. This is a part of the theme’s design.
You shouldn’t see a “pop up” effect when scrolling to the child categories. If you’re seeing such an effect, please let me know the device you’re viewing your test site on. I’ll test further from there.
Hi
I am sorry for delay answer, but is OK now, I reverse it to original.
I tried something, to css,to header background Menu, but unfortunately I didn’t keep the changes….
I wanted to change the black color to white and Categories from white font color, to black, as it is to footer.I am really sorry for any inconvenience, that’s why I closed the topic.
I think it’s something difficult to change all the above and I didn’t want to bothering the forum for something css customization.
Regards
.home .site-header, .blog .site-header { background-color: rgba(245,245,245,0.2); } #site-navigation a { color: black; } .site-title, .site-branding a, .site-branding a:hover, .site-branding a:focus, .site-branding a:active { color: black; text-decoration: none; } #site-navigation ul a { color: black; display: block; padding: 1em 0; } #site-navigation ul ul li { background: snow; } #site-navigation ul ul a { color: black; padding: 1rem 0; }i tried something like this…..if it helps you to understand what i am trying to do but i cant for mobile e.t.c
test test site
-
This reply was modified 9 years, 6 months ago by
cztaki73.
+
.site-header {
background-color: snow;
}i find it.! what was the problem……
if you go from mobile and you press Menu and you scroll down , the Categories goes black the background and the child categories remains white……
for other Media….. i cant check it…..i reopen the Topic
regards
antony
-
This reply was modified 9 years, 6 months ago by
cztaki73.
Hi @cztaki73,
I visited your site on my mobile but was unable to spot the trouble you mentioned. Could you clarify the specific page or part of your site you’re trying to customise? If possible, a screenshot may be helpful.

Hi
When you select from menu an other Category and you try to scroll down, the screen goes black, the background, and you see only the child categories with white background.
Thanks
I am trying to make the Header Menu, and the single post Header Menu, in general, Header Menu background, to be white and the letters black.
I hope it helps
Regards
Thank you for clarifying!
I was able to replicate only when your site was still loading. The background colour returned to white after the site had fully loaded. Can you confirm if that’s the same for you?
To fix, try targeting all of the following in your custom CSS: .site-header, .is-scrolled .site-header, .blog .site-header, .home .site-header. Like so:
.site-header, .is-scrolled .site-header, .blog .site-header, .home .site-header { background-color: #FFF; }Let me know if that works out.
hi
thank you for your time.
Is fixed now. This was it .
regards
I’m glad to hear that!
-
This reply was modified 9 years, 6 months ago by
The topic ‘Mobile View – Categories’ is closed to new replies.
