Warning" message background color in your profile 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.
3 posters

    Warning" message background color in your profile

    avatar
    runawayhorses
    Hyperactive


    Male Posts : 2537
    Reputation : 166
    Language : English
    Location : United States

    Solved Warning" message background color in your profile

    Post by runawayhorses August 19th 2012, 12:52 am

    What is the CSS code to change this "Warning" message background color in your profile page ? I'm using "Invision" forum.

    thanks

    Warning" message background color in your profile Profile


    Last edited by runawayhorses on August 20th 2012, 1:34 pm; edited 1 time in total
    Sanket
    Sanket
    ForumGuru


    Male Posts : 48766
    Reputation : 2830
    Language : English
    Location : Mumbai

    Solved Re: Warning" message background color in your profile

    Post by Sanket August 20th 2012, 10:05 am

    For the text warning
    Code:
    div.errorwrap h4, div.infowrap h4{
    background-color: #ff0000 !important;
    }
    For the Items marked with a* are required.
    Code:
    div.errorwrap p, div.infowrap p{
    background-color: #ff0000 !important;
    }
    avatar
    runawayhorses
    Hyperactive


    Male Posts : 2537
    Reputation : 166
    Language : English
    Location : United States

    Solved Re: Warning" message background color in your profile

    Post by runawayhorses August 20th 2012, 1:33 pm

    Thanks, worked fine.
    Nera.
    Nera.
    Energetic


    Female Posts : 7078
    Reputation : 2017
    Language : English
    Location : -

    Solved Re: Warning" message background color in your profile

    Post by Nera. August 20th 2012, 3:21 pm

    Topic Solved & Locked