mobile version color band not in specified color

  • Posted in : Empathy
  • shinykins
    Participant

    This is the test site I am creating:

    http://flashcreative.shinyleung.com/

    When I view it on my desktop, the background color of the bar underneath the avatar on the top left hand side is yellow #fff200 but when I view it on my mobile, the yellow bar disappears and the black text appears on a charcoal colored bar (you can barely see this). Can we make this bar yellow too so that it matches the desktop version?

    serkan
    Moderator

    Hi,
    To be completely yellow color in the background, can tire the eye of mobile visitors. I would recommend you to use this custom css code so mobile title can be yellow.

    @media screen and (max-width: 768px) {
    .site-title {
        color: #fff200;
    } }
Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register