Menu bar at top of the page changes color

Discussion in 'Poloray WordPress Theme' started by kameko, Jan 23, 2013.

  1. kameko

    kameko New Member

    Joined:
    Jan 7, 2013
    Messages:
    12
    Likes Received:
    0
    When I removed the "Brick" pattern from my site's homepage, I got the perfect shade of red I wanted. Unfortunately, for some reason, doing so changed the top bar on all of my other pages to Blue. I need the code for changing the top bar on all the pages to the same color as the background on the home page. The code you sent me did not work; it changed the bottom color, but not the top bar.

    I need the top bar fixed more than I want the bottom page changed. Your assistance would be much appreciated.
     
  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:
    .heading_container{
    background:red!important;
    }
     

Share This Page