mobile device footer code help needed

Discussion in 'ButterBelly WordPress Theme' started by tracykperry, Mar 2, 2016.

  1. tracykperry

    tracykperry Member

    Joined:
    Dec 30, 2013
    Messages:
    63
    Likes Received:
    1
    Hello,

    I've got my desktop site setup the way I like but the footer is not correct on a mobile device.
    The site is www.sagewellnesspartners.com
    and here are screenshots of the mobile (I don't want turquoise - I want the color the same as the non mobile site.)
    Screenshot_20160302-095649.png

    non mobile footer
    2016-03-02.jpg
     
  2. priya

    priya Guest

    Hello,

    Please paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    @media only screen and (max-width: 480px){
    .footer .footer_widget h4 {
        color: white;
    }
    }
    Hope it will resolve your issue

    Do let me know if you need more assistance,

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
  3. tracykperry

    tracykperry Member

    Joined:
    Dec 30, 2013
    Messages:
    63
    Likes Received:
    1
    I added this and it did not work.
    Screenshot below
    Screenshot_20160304-074420.png
     
  4. priya

    priya Guest

    Hello,

    Try below code for once and check after that..
    Code:
    @media only screen and (max-width: 480px){
    .footer .footer_widget .searchform input[type="text"] {
        color: white;
        background: url(images/footer_searchbg-black.png) left no-repeat !important;
    }
    }
    Hope it will resolve your issue

    Thanks & Regards!
    Priyanka
    InkThemes.com
     

Share This Page