Make Andrina Dark

Discussion in 'Andrina WordPress Theme' started by ejpand1, Mar 12, 2014.

  1. ejpand1

    ejpand1 New Member

    Joined:
    Jul 1, 2012
    Messages:
    12
    Likes Received:
    0
    Hi: I'd really like to make Andrina a Dark theme. Would you help and give me the necessary .css references? Thanks very much.
     
  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,

    Go to the Appearance -> Theme Options -> Styling Options panel in your dashboard
    and select the black color scheme from Theme Stylesheet section.

    Now, paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    body {
    background-image: none ! important;
    background: black ! important;
    }
    .main-content {
    background-color: black;
    }
    .social-links {
    background: black;
    }
    ul.social_logos {
    background-color: black;
    }
     

    In place of "black" you can put your color or color code.
     

Share This Page