How to change bar color?

Discussion in 'Andrina WordPress Theme' started by newlightdp, Feb 28, 2013.

  1. newlightdp

    newlightdp New Member

    Joined:
    Feb 15, 2013
    Messages:
    10
    Likes Received:
    0
    I want the change the color of the top bar in the Adrina theme to black. (The bar that the social logos are on.) How do I do that?
     
  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:
    .social-links{
    background-color:black;
    }
    ul.social_logos{
    background-color:black;
    }
     

Share This Page