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

    Changing Textbox colors

    avatar
    Yous000
    Forumember


    Posts : 240
    Reputation : 4
    Language : English

    Solved Changing Textbox colors

    Post by Yous000 Thu Dec 08, 2011 2:10 am

    Well my forum has all the textboxes set to white but I would really like my text to be white. So I am changing the color of all my textboxes to #232323. I currently changed the quick reply box, and the edit box. I need to now change the username/password login boxes and the Title topic/title description boxes.

    I already know how to add it into the CSS stylesheet but I need the codes for the following:
    Username/pasword textbox color
    Topic title box color
    Topic description box color
    and I guess all other textboxes.

    Thanks in advance,
    Nera.
    Nera.
    Energetic


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

    Solved Re: Changing Textbox colors

    Post by Nera. Thu Dec 08, 2011 9:39 am

    Hi,

    PhpBB3? Try adding this to CSS:

    Code:
    .inputbox {
        background: red !important;
    }

    Change the red to the one you want.
    avatar
    Yous000
    Forumember


    Posts : 240
    Reputation : 4
    Language : English

    Solved Re: Changing Textbox colors

    Post by Yous000 Fri Dec 09, 2011 2:38 am

    Solved.

    Much appreciated.
    Sanket
    Sanket
    ForumGuru


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

    Solved Re: Changing Textbox colors

    Post by Sanket Fri Dec 09, 2011 4:44 am

    Topic Solved & Locked

      Current date/time is Sun Sep 22, 2024 9:30 pm