- This topic has 5 replies, 2 voices, and was last updated 8 years, 7 months ago by .
Viewing 6 posts - 1 through 6 (of 6 total)
Viewing 6 posts - 1 through 6 (of 6 total)
- You must be logged in to reply to this topic.
Home › Forums › Pro Themes › Education Hub Pro › Mobile Colors Not Matching Full Website
For some reason the colors on the mobile version of my website are not matching that of the full version. Is there something I need to do in order to modify the mobile colors?
Hello @rsruss67
As I have seen the demo of the theme here http://themepalace.com/theme-demo/?demo=aU1zOUkyUGs0K05aTVFYT2dLQXNJdz09 and there is no such issue as you have explained.
So can you please provide your site URL so that it will be easy for me to debug.
Best Regards!!!
The URL is http://arlib.org/wp. What I have noticed in the mobile site is that the menu is in blue instead of red, and the plus sign to expand a menu item is in tan. I’m looking at the mobile site on an iPhone 6, running IOS 9.31. The theme is supposed to be responsive, so that is why I am wondering about the color changes. Anyway, thanks once again.
Ron
Hello @rsruss67
Well currently we have noted down this as an issue which will be fixed in next update.
Temporary solution for this will be through custom CSS.
To add custom CSS you need to go to Admin Panel / Appearance / Customize / Theme Options / Advanced Options.
In this section you will see a box to write custom CSS. Now copy and paste below code in that box.
@media only screen and (max-width: 767px){
.main-navigation ul {
background: #993333 none repeat scroll 0 0;
}
}
@media only screen and (max-width: 767px){
.menu-toggle {
background-color: #993333 !important;
}
}
Hope this will help to resolve you issue.
Let me how it goes.
Best Regards!!!
Thanks, much. I’ll look into the workaround when I get a chance.
I noticed that the menu in the mobile site is now red, but the plus is still tanand the minus is still blue. When I expand a page to reveal the supages in the menu it is tan. Is there any CSS that I can use to fix this, or should I just wait for the update. Thanks once again.
Cookie | Duration | Description |
---|---|---|
cookielawinfo-checkbox-analytics | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Analytics". |
cookielawinfo-checkbox-functional | 11 months | The cookie is set by GDPR cookie consent to record the user consent for the cookies in the category "Functional". |
cookielawinfo-checkbox-necessary | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookies is used to store the user consent for the cookies in the category "Necessary". |
cookielawinfo-checkbox-others | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Other. |
cookielawinfo-checkbox-performance | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Performance". |
viewed_cookie_policy | 11 months | The cookie is set by the GDPR Cookie Consent plugin and is used to store whether or not user has consented to the use of cookies. It does not store any personal data. |