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.
The forum of the forums
2 posters

    CSS problem trying to change quote color

    ErinTRO
    ErinTRO
    New Member


    Posts : 3
    Reputation : 1
    Language : English

    Solved CSS problem trying to change quote color

    Post by ErinTRO October 5th 2015, 7:18 am

    Hi, I'm Erin. Hello

    I made a new forum and everything looks great with the changes I've made to the original skin which I downloaded from HitSkin and modified heavily:

    except for trying to change the background color and the font color of the "quoted text" in a reply. The background is sort of white and the default text color is also white and therefore the text doesn't appear.

    I need the default text color to be white since the main forum is blue.

    I've tried to override the CSS with the !important code added into the CSS section, but it does nothing. It doesn't change the background and it doesn't change the font color.

    The board is here: http://trump.bigboardlive.com

    I have tried the following replacing the variables with the colors I wanted but it still shows up WHITE:

    blockquote{
    background: #COLOR !important;
    }

    blockquote div{
    color: #FONTCOLOR !important;
    }

    and also tried:

    .quote {
    font-style:italic
    border-width:2px;
    background-color: green;
    }

    Any help with this issue would be greatly appreciated! Thank you!

    UPDATE!

    I just tried changing the message-box instead and it has solved my problem. Thanks, anyway! Posting the correction here in case anyone else has the same problem. I incorrectly looked for quote instead of message-box:

    #message-box textarea {
    color: #844F4F;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    width: 80%;
    }
    SLGray
    SLGray
    Administrator
    Administrator


    Male Posts : 51554
    Reputation : 3523
    Language : English
    Location : United States

    Solved Re: CSS problem trying to change quote color

    Post by SLGray October 6th 2015, 1:43 am

    Thanks for posting the solution.



    Topic solved and archived



    CSS problem trying to change quote color Slgray10

    When your topic has been solved, ensure you mark the topic solved.
    Never post your email in public.

      Current date/time is November 11th 2024, 11:33 pm