Color Question

Support Area Forums Umami Color Question

Viewing 6 posts - 1 through 6 (of 6 total)
URL to the page in question: http://www.twizzlepak.com
  • Author
    Posts
  • #34148
    Avatar photoRashel Feldman
    Participant

    Dear Bill –

    I went live with this site and then discovered one last color issue: when I look at the site on my iPhone the background is black, not white as I would have expected. Any hints about changing this? My logo and other information is completely lost.

    Thank you. Hope that you had a great weekend!

    Rashel

    #34150
    Bill Robbins
    Moderator

    Hi Rashel,

    It looks like the mobile header and sidebar colors need to be changed. Here’s how to change them:

    1. Go to your theme options page and choose the Advanced tab.
    2. Scroll down to the Custom CSS box and add this:
      
      @media only screen and (max-width: 767px) {
      	
      	#sidebar,
      	#mobile-header {
      		background-color: rgba(255, 255, 255, 0.8);
      	}
      
      }
      
    3. Update your settings.

    The logo appeared there for me when I checked just a minute ago. The site looked complete, but not knowing exactly what it should look like, I could be overlooking something that isn’t there.

    Take care,
    Bill

    #34153
    Avatar photoRashel Feldman
    Participant

    I don’t think that I was clear. The logo was always present, but it is on a black background. The code that you sent to me doesn’t appear to change that. Is it possible to do so?

    Thanks,

    Rashel

    #34154
    Bill Robbins
    Moderator

    You were clear. Since you added the code, I’m seeing a change on the mobile version behind the logo. I’m attaching a screenshot of what I see.

    #34156
    Avatar photoRashel Feldman
    Participant

    Thanks! It took a reboot of the phone, but we now match. Have a great day!

    Rashel

    #34158
    Bill Robbins
    Moderator

    Glad that did the trick Rashel 🙂

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Color Question’ is closed to new replies.