Button-color does not change

Support Area Forums Foxy Button-color does not change

Viewing 4 posts - 1 through 4 (of 4 total)
URL to the page in question: http://www.romanlewizki.de/
  • Author
    Posts
  • #21672
    Avatar photoE. Klaubert
    Participant

    Hi Bill!
    It me again. All changes of colors and transparency are still working. Thanks.
    Exept the “Search-Button” appears still in red instead of the personal choosed color.
    Please tell me what to do.
    Thanks… epi

    #21684
    Bill Robbins
    Moderator

    Yikes! That should definitely change. Here’s how you can make sure it happens:

    1. Go to your theme options page and choose the Style tab.
    2. Scroll down to the Custom CSS box and add this:
      
      input#searchsubmit {
      	color: #ffffff;
      	background-color: #009999;
      }
      
      input:hover#searchsubmit {
      	color: #ffffff;
      	background-color: #000000;
      }
      
    3. The top style there will set the default state of your button. The second style sets the hover colors.
    4. Update your settings.

    Let me know if that doesn’t do the trick.

    Have a great week,
    Bill

    #21699
    Avatar photoE. Klaubert
    Participant

    Hi Bill!
    Thanks a lot – it works!
    Also a wonderful week (of work) for you!
    Regards… epi

    #21700
    Bill Robbins
    Moderator

    That’s great news Epi. Let me know if you need anything else 🙂

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Button-color does not change’ is closed to new replies.