Home Forums Pro Themes Education Hub Pro Mobile Colors Not Matching Full Website

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #5488
    rsruss67
    Participant

    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?

    #5489
    wensolutions
    Keymaster

    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!!!

    #5522
    rsruss67
    Participant

    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

    #5580
    wensolutions
    Keymaster

    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!!!

    #5608
    rsruss67
    Participant

    Thanks, much. I’ll look into the workaround when I get a chance.

    #5621
    rsruss67
    Participant

    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.

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.