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
3 posters

    change bg color on text blocks

    WHITESABBATH
    WHITESABBATH
    Active Poster


    Male Posts : 1198
    Reputation : 119
    Language : English, F-Bombs
    Location : Chicago

    Solved change bg color on text blocks

    Post by WHITESABBATH July 25th 2011, 3:34 pm

    Happy Monday,
    I need codes to change the back ground color of the text blocks for both the chat box and quick log in.
    Link to site: http://e-co.forumotion.net
    Thanks

    In addition.. How do i change the text color of both areas?


    Last edited by WHITESABBATH on July 26th 2011, 2:04 pm; edited 1 time in total
    kirk
    kirk
    Forumaster


    Male Posts : 11037
    Reputation : 653
    Language : English,Vulcan,Klingon, Romulan,& Gorn

    Solved Re: change bg color on text blocks

    Post by kirk July 25th 2011, 4:02 pm

    well i dont see the quick log in box on,
    And it looks as if you have you chat box off to.

    i need to see then so i can analyze the page.

    or you post your css here so i can have a look.
    WHITESABBATH
    WHITESABBATH
    Active Poster


    Male Posts : 1198
    Reputation : 119
    Language : English, F-Bombs
    Location : Chicago

    Solved Re: change bg color on text blocks

    Post by WHITESABBATH July 25th 2011, 4:05 pm

    quick log in is on , i just had a look to see for myself.. the chat box can only be seen if you are registered, how to make viewable to guest.?


    Last edited by WHITESABBATH on July 26th 2011, 2:04 pm; edited 1 time in total
    Nera.
    Nera.
    Energetic


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

    Solved Re: change bg color on text blocks

    Post by Nera. July 25th 2011, 8:53 pm

    Hi,

    I'm not sure what is a text block, sorry my English is not the top Embarassed The part of the login you write in?

    If so, try with this.

    Code:
    .post[type="text"] {
        background: red !important;
    }
    .post[type="password"] {
        background: red !important;
    }

    change bg color on  text blocks 7vzd

    Try it and if you confirm it's that can you take a SS of what is a text block on chat huhohi
    WHITESABBATH
    WHITESABBATH
    Active Poster


    Male Posts : 1198
    Reputation : 119
    Language : English, F-Bombs
    Location : Chicago

    Solved Re: change bg color on text blocks

    Post by WHITESABBATH July 26th 2011, 1:16 am

    lmao. thought support was mind readers too. Very Happy well you got it half right which goes with my half a brain. scratch
    in your example it shows red "Text blocks" Smile in both the username and pw. when i inserted (correctly) the code provided, it only changed the pw "text box".
    no change to the chat box "text block either"
    Oh and how would i change the text colour in these said areas.?
    Thanks Nera flower
    Nera.
    Nera.
    Energetic


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

    Solved Re: change bg color on text blocks

    Post by Nera. July 26th 2011, 10:12 am

    Khm, it didn't change the username text block color caouse you are missing a dott before the class. You didn't copy it correctly, this part I mean.
    Code:
    .post[type="text"] {
        background: red !important;
    }

    For the chat text-block, try with this. Find this in CSS and add in it background: white;
    Code:
    #message, #submit_button {
        border-width: 1px;
    }
    So it looks like this
    Code:
    #message, #submit_button {
        background: white;
        border-width: 1px;
    }
    WHITESABBATH
    WHITESABBATH
    Active Poster


    Male Posts : 1198
    Reputation : 119
    Language : English, F-Bombs
    Location : Chicago

    Solved Re: change bg color on text blocks

    Post by WHITESABBATH July 26th 2011, 2:03 pm

    a little dot will do it. Very Happy odd i missed the dot, i clicked select content.scratch
    by adding the missing dot, change bg color on  text blocks Whistle I now have color in all the "text blocks" Lol
    Thanks a million for your time and for tolerating me.
    p.s. your English is perfect.
    Nera.
    Nera.
    Energetic


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

    Solved Re: change bg color on text blocks

    Post by Nera. July 26th 2011, 2:05 pm

    Merci, welcome hun. I love you

    Solved ~ Locked

      Current date/time is September 22nd 2024, 9:16 pm