Blackbird Pro - Brasilcircle

Discussion in 'BlackBird WordPress Theme' started by brasilcircle, Jan 25, 2013.

  1. brasilcircle

    brasilcircle New Member

    Joined:
    Jan 9, 2013
    Messages:
    8
    Likes Received:
    0
    Hi, is it possible to change the color of the menu on each page for the Pro Version?

    Thanks
     
  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Paste the following code in your custom css

    Appearance -> theme options -> styling options -> custom css

    Code:
    .menu_wrapper {
    background: blue;
    }
    This will change the color of menu in all the page.

    Thanks
     
  3. brasilcircle

    brasilcircle New Member

    Joined:
    Jan 9, 2013
    Messages:
    8
    Likes Received:
    0
    Hi, thanks for the answer however I would like a different color menu for each page. Let me if that is possible.

    Thanks
     
  4. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Hello,

    It is not possible to achieve because all pages sharing same menu function.
     

Share This Page