removing colors

Discussion in 'ColorWay WordPress Theme' started by richieslater, Apr 2, 2014.

  1. richieslater

    richieslater Guest

    Joined:
    Oct 23, 2012
    Messages:
    6
    Likes Received:
    0
    Need help removing footer color +
    menu click over color -
    and the funny frame around the site that looks black

    just looking to have the site very simple and white
     
  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,

    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    .footer-navi {
    background: none;
    }
    #menu li a:hover {
    background: none;
    color: black;
    }
    #menu li a:hover.selected{
    background: none;
    color: black;
    }
    .container {
    box-shadow: none ! important;
    } 
    This will solve your issue.
     

Share This Page