Remove grey bar behind page navigation buttons on header

Discussion in 'Poloray WordPress Theme' started by lbrudycook, Dec 17, 2012.

Thread Status:
Not open for further replies.
  1. lbrudycook

    lbrudycook Guest

    Joined:
    Oct 3, 2012
    Messages:
    24
    Likes Received:
    1
    I found an earlier request by another member for CSS to change the background from grey to white. It worked, except that there is still a lingering horizontal grey bar behind the page navigation buttons on the header. Would you be able to provide some CSS for me to eliminate that bar?

    Thank you so much.
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .wrapper{
    background:white!important;
    }
    .header{
    background:white!important;
    }
    .menu_bar{
    background:white!important;
    }
     
  3. lbrudycook

    lbrudycook Guest

    Joined:
    Oct 3, 2012
    Messages:
    24
    Likes Received:
    1
    Thank you very much for all of your help!
     
Thread Status:
Not open for further replies.

Share This Page