Mobile Navigation

Discussion in 'ColorWay WordPress Theme' started by spoonboy90, Jul 1, 2013.

  1. spoonboy90

    spoonboy90 Active Member

    Joined:
    Dec 20, 2012
    Messages:
    289
    Likes Received:
    28
    Location:
    Stoke-on-Trent, Staffordshire. UK
    Is it possible to change the colour of the background and text/mouseover text of the mobile navigation other colours?
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    @media only screen and (max-width: 768px){
    .mobile_nav{
    background:red!important;
    }
    .mobile_nav:hover{
    background:blue!important;
    }
    }
    
     

Share This Page