Change the side borders and background of theme

Discussion in 'Elite Pro WordPress Theme' started by blackdiamond, Jan 27, 2015.

  1. blackdiamond

    blackdiamond Member

    Joined:
    Jan 2, 2015
    Messages:
    30
    Likes Received:
    0
    Is there a simple way to change the two vertical bars and the content area to black.

    I basically want to make the colors of the theme black, or shades of black with white text.

    Thanks
     
  2. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hi,

    Please provide us the URL of your website along with some edited screenshot so that we can provide you the exact solution.

    Thanks,
    Praveen
     
  3. blackdiamond

    blackdiamond Member

    Joined:
    Jan 2, 2015
    Messages:
    30
    Likes Received:
    0
    http://www.rebeccajamesphotography.com/snipersteel/

    Here is the website url.
    And attached is a screenshot.

    I am trying to make it a darker color theme. With the content area being a darker color. The font being white. And the header being a darker color as well.

    Thanks for your help.
     

    Attached Files:

  4. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hi,
    Please follow the screenshot given below.

    cufon_change_color.png

    Now, paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .main-container-wrapper {
    background: rgb(161, 168, 168);
    }
    .flex-caption {
    background: #888888 !important;
    }
    .flex-caption a span {
    color: white !important;
    }
    .flex-caption h1,  .flex-caption p {
    color: white !important;
    }
    Thanks,
    Praveen
     
  5. blackdiamond

    blackdiamond Member

    Joined:
    Jan 2, 2015
    Messages:
    30
    Likes Received:
    0
    Thanks Praveen!

    Is there also a simple way to change the color of the footer and the font colors?

    Thanks
     
  6. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hello,

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

    Code:
    .footer-wrapper .bottom-footer {
    background: gray;
    }
    .bottom-footer p {
    color: red !important;
    }
    .bottom-footer a {
    color: green !important;
    }
    Thanks,
    Praveen
     

Share This Page