Viewing 1 post (of 1 total)
  • Author
    Posts
  • #22959

    Hi-

    I am using the wedge theme and I have added the following (with no success) to the customizer to try and change the font color when the site is viewed from a phone:

    /* Media Queries to adjust call to action text color with screen size */

    @media

    (max-device-width : 767px)
    { div.row call-to-action-wrapper.col-md-5.call-to-action.slogan.color
    { color:black!important }
    }

    I have white font selected in general, but I need black font on mobile devices as it switches to an opaque background.  Any suggestions?

    Thanks!

    -Thad

Viewing 1 post (of 1 total)
  • The topic ‘media query for mobile devices’ is closed to new replies.