Mobile Portrait Main Navigate text defaulting to colour #000, how to change this?

ThemeBurn SupportForumsWordPress ThemesShoppica WordPress ThemeMobile Portrait Main Navigate text defaulting to colour #000, how to change this?

This topic has been marked as resolved.

Please, something is overriding the theme options I set when viewing on mobile portrait.

December 12, 2013 at 6:19 pm #29437

Hi,

We will need the website url and admin access, so we can check.

You can use hidepost to share private information with the support staff.

Best,
ThemeBurn team

December 14, 2013 at 6:54 pm #29458

Hi,

Thanks

December 14, 2013 at 6:57 pm #29459

Hello,

We didnt find anything that is overwriting mobile CSS. What is the problem or what you want to do exactly? Give more information.

Best,
ThemeBurn team

December 15, 2013 at 6:32 pm #29481

Go to http://www.poutinginpeeptoes.co.uk on a mobile device. Although main nav colour is set to #000000 the bug is displaying the main nav as #ffffff causing the main nav titles to be invisible to the user.

December 16, 2013 at 11:33 am #29498

Hello,

We checked again on mobile, and as you say nav is #fff, but the background is #333 not white, and everything is visible.

If you make it #000, you will be not able to see it on #333. Do you want to switch #333 background to white?

Best,
ThemeBurn team

December 18, 2013 at 10:13 am #29560

I think I need to apply Global CSS for main navigation. See attached image, main navigation on mobile view is white on white background, making the page names invisible.

Please provide global css to match the sub menu colours:

/* Submenu background and the color of any static text */
#categories .sub-menu {
color: #999;
background-color: #fff;
}
/* Submenu links color */
#categories .sub-menu a {
color: #000;
}
/* Submenu links hover color */
#categories .sub-menu a:hover {
color: #ca2426;
}

December 18, 2013 at 8:02 pm #29574

Hello,

We applied a code to your custom mobile css, and now it is okay. Can you confirm?

Best,
ThemeBurn team

December 21, 2013 at 5:08 pm #29623
Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.