Buttons, Code and Quote color Problem Hitskin_logo Hitskin.com

This is a Hitskin.com skin preview
Install the skinReturn to the skin page

The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.
2 posters

    Buttons, Code and Quote color Problem

    arindam4u
    arindam4u
    New Member


    Male Posts : 24
    Reputation : 0
    Language : English

    Solved Buttons, Code and Quote color Problem

    Post by arindam4u January 26th 2010, 2:36 pm

    Hello
    I have a problem with Buttons, Code and Quote colors.
    I change its color from Admin CP>Display>colors>Buttons, Code and Quote color :

    Buttons, Code and Quote color Problem Untitl11

    But the result is always same! Sad Crying or Very sad

    Buttons, Code and Quote color Problem Untitl12
    Buttons, Code and Quote color Problem Untitl13

    Please Help.....
    ankillien
    ankillien
    Energetic


    Posts : 5198
    Reputation : 129
    Language : English, XHTML, CSS, JS, PHP, SQL

    Solved Re: Buttons, Code and Quote color Problem

    Post by ankillien January 26th 2010, 2:40 pm

    Hello,

    You might need to change it via CSS.
    Tell me what changes you want and I'll give you a code to change them.
    arindam4u
    arindam4u
    New Member


    Male Posts : 24
    Reputation : 0
    Language : English

    Solved Re: Buttons, Code and Quote color Problem

    Post by arindam4u January 26th 2010, 3:00 pm

    ankillien wrote:Hello,

    You might need to change it via CSS.
    Tell me what changes you want and I'll give you a code to change them.

    Thanks for Quick Reply.
    I want to change my Buttons, Code and Quote color : with #1B705E
    And Quote Font Color : with #00FCE7
    ankillien
    ankillien
    Energetic


    Posts : 5198
    Reputation : 129
    Language : English, XHTML, CSS, JS, PHP, SQL

    Solved Re: Buttons, Code and Quote color Problem

    Post by ankillien January 26th 2010, 3:09 pm

    You can go to Admin CP > Display > Colors > CSS
    Add these codes there and submit.

    Code:
    input[type="submit"] {
    color : #1B705E;
    }
    .genmed b {
    color : #1B705E;
    }
    .quote {
    color : #00FCE7;
    }
    arindam4u
    arindam4u
    New Member


    Male Posts : 24
    Reputation : 0
    Language : English

    Solved Re: Buttons, Code and Quote color Problem

    Post by arindam4u January 26th 2010, 3:16 pm

    Thanks Problem solved.
    ankillien
    ankillien
    Energetic


    Posts : 5198
    Reputation : 129
    Language : English, XHTML, CSS, JS, PHP, SQL

    Solved Re: Buttons, Code and Quote color Problem

    Post by ankillien January 26th 2010, 3:40 pm

    Glad I could help Very Happy

    Solved > Locked