Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #272650
    bhudin
    Participant

    Greetings:
    I have chosen the black page color for my theme. The problem with this is that the contact page and all comment fonts are black. I changed the code for the contact background color in the text boxes. I would prefer that the text color would be white like the rest (a cleaner look) but can live with it. Problem: see Featured Content “comment boxes” at the bottom of one of those pages- I changed the background color for the “comment” box but I can’t change the background for the “name”, “email”, and “url” boxes. These do not appear when I am logged on to my site. They only appear to the public. I have wasted a lot of time inspecting these fields logged out an then logging back in to change the code. I can’t get it to work.
    Please advise… http://www.barbarahudin.com
    Thank you, Barbara

    #272698
    tikaram
    Keymaster

    @bhudin: Hello,

    Login to your WordPress admin section. Go to Appearance => Customize => Additional css and add the following css.

    input[type="text"] {
    	    background-color: rgb(228,244,245);
    }

    Let me know if this helps resolve your issue.

    Regards,
    Tikaram

    #272721
    bhudin
    Participant

    Hi Tikaram,

    It word for the name “box” only. I had already changed the code for the comment background. I have tried adding the email and url to the code change but can’t make it work.
    Thanks, Barbara

    #272815
    bhudin
    Participant

    Hi… I’m changing the contact form and will fix the code in the new one.
    Thank you, Barbara

    #272838
    bhudin
    Participant

    I changed the contact form and the background color works for that. The code change you provided only worked for “name” in comment areas. Email and website backgrounds are unchanged and I can’t figure out that particular coding.
    Please advise.. thank you, Barbara

    #272960
    tikaram
    Keymaster

    @bhudin: I checked your site and the contact form is working fine. Please let me know if there is anything else left to be done.

    Regards,
    Tikaram

    #272966
    bhudin
    Participant

    Hi… not the contact form, I changed the coding on that one. The “comment” email and URL boxes are too dark with black fonts. Your coding fixed only the “name” input box background. See comment are for Featured Content or posts (1st post).
    Thank you, Barbara

    #273015
    tikaram
    Keymaster

    @bhudin: Please replace the previous css with the following css.

    textarea#comment, input[type="text"], input[type="email"], input[type="url"] {
    	    background-color: rgb(228,244,245);
    }

    Let me know if this helps resolve your issues

    #273047
    bhudin
    Participant

    Yes, Tikaram, it worked. You’re a “peach”!
    Thank you, Barbara

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘Featured content “comment” background color’ is closed to new replies.