Menu Bar Color and Text Color

Discussion in 'BlackBird WordPress Theme' started by csdass, Feb 28, 2014.

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

    csdass New Member

    Joined:
    Jun 13, 2012
    Messages:
    10
    Likes Received:
    1
    1. How do I change the color of the menu bar in Blackbird theme?

    2. How do I change the colour of the texts in my pages?

    Thank you.
     
  2. Nitesh

    Nitesh Support Staff

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

    1) Menu bar is a image you can edit it from
    blackbirdtheme > images > menubg.png, menutip.png
    Edit these files through Photoshop or any other image editing tool.

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

    Code:
     h1, h2, h3, h4, h5, h6{
    color:red!important;
    }
    p{
    color:red!important;
    }
    a{
    color:red!important;
    }
    add your color value in place of red.

    Thanks & Regards
    Nitesh Raghuwanshi
     
  3. csdass

    csdass New Member

    Joined:
    Jun 13, 2012
    Messages:
    10
    Likes Received:
    1
Thread Status:
Not open for further replies.

Share This Page