Theme Color

Discussion in 'Blackriders WordPress Theme' started by berkoz912, Jul 31, 2015.

  1. berkoz912

    berkoz912 New Member

    Joined:
    Jul 31, 2015
    Messages:
    3
    Likes Received:
    0
    How do I go about change the theme color to a hex# instead of the standard colors that come with the theme?

    Thanks in advance
     
  2. Sobhagya

    Sobhagya Guest

    Joined:
    May 29, 2015
    Messages:
    414
    Likes Received:
    6
    Hello,

    Greetings from InkThemes,

    You can resolve it yourself, All you have to do is just go to Dashboard->Appearance->Theme Options->Styling Option->Custom CSS

    field and try to cut paste the given below CSS code there.

    Code:
    .header_container {
        background: #cecece !important;
    }
     
    .signinformbox_wrapper {
        background: #cecece !important;
        }
     
     
        /***
        For First color
        **/
     
        .page_heading_container {
        background: #cecece !important;
    }
    .page_heading_container .page_heading_content .bred-tip {
        background: #cecece !important;
        border-bottom-right-radius: 18px;
    }
     
        .signupform input[type="text"], .signupform input[type="email"], .signupform select {
     
        border: 6px solid #ABACAD !important;
     
        }
     
        .feature_inner_box .circle:hover {
        background: #cecece !important;
    }
     
    .feature_inner_box a {
        color: #cecece !important;
        }
        /***
        For second color
        **/
     
        .call-us p {
        background: black !important;
    }
    .signupform input[type="submit"]:hover {
        background: black !important;
    }
    .signupform input[type="submit"] {
        background: black !important;
    }
     
    .post .post_content a.read-more:hover {
        background: black !important;
    }
     
    .post .post_content a.read-more {
        background: black !important;
    }
    Note: replace #cecece and black with your color code.

    Hope this will resolve your issue.

    Do let me know if you need more assistance,

    I would be glad to assist you further,
     

Share This Page