Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • An LeFevre Friend
    #188601

    Hello.

    In the Mitius template, I modified the color for mainnav megamenu to suit my clients needs. These CSS color changes were made on custom.css. However, the color modifications do not appear on the iPhone when testing. It is a different color than the one specified.

    What file am I looking for to make this change so that regardless of window size, the colors appear the same?

    Please take a look at my live working server between what the correct computer screen version and the wrong iPhone version:

    http://campcountrymusic.com/newcc/

    Thank you and hope to hear back from you very soon!
    An 🙂

    phong nam Friend
    #497621

    Hi anoriginal,

    <blockquote> the color modifications do not appear on the iPhone when testing. It is a different color than the one specified. </blockquote>
    <blockquote>What file am I looking for to make this change so that regardless of window size, the colors appear the same?</blockquote>

    You can try with media jquery and add specific css rule for appropriate device.

    Pls put below codes into to custom.css file:

    @media (max-width: 480px){
    #ja-mainnav .navbar .nav > li > a {

    /*Put your css tyles for iPhone screen*/

    }
    }

Viewing 2 posts - 1 through 2 (of 2 total)

This topic contains 2 replies, has 2 voices, and was last updated by  phong nam 11 years, 4 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum