Poloray Color Issue

Discussion in 'Poloray WordPress Theme' started by pauliegroup, Sep 7, 2013.

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

    pauliegroup New Member

    Joined:
    Aug 28, 2013
    Messages:
    6
    Likes Received:
    0
    In the Styling option the "Black" color option puts in the color and then it fades to a dark gray. Is there a way to implement a real "black" color. Currently its a shade of gray.
     
  2. Piyush

    Piyush Support Staff

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

    Paste the code given below in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .slider_container {
    background: black;
    }
    .contentbtn {
    background: black;
    }
    .heading_container {
    background: black;
    }
    In place of "black" you can put your color or color code.
    This will solve your issue.
     
  3. pauliegroup

    pauliegroup New Member

    Joined:
    Aug 28, 2013
    Messages:
    6
    Likes Received:
    0
    Perfect. Thank you.
     
Thread Status:
Not open for further replies.

Share This Page