Colour of text

Home Forums Calendar Products Events Calendar PRO Colour of text

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #84147
    lenamist
    Participant

    Hi I´m having trouble with the colour of the letters when you write in the searchbox in the events calendar and the same problem with community events, when you are filling out the form to submit an event. One of the box is alright but the others have this same problem. Both the background and the text is white so you can´t se what you are writing even though it is there. (see here: http://skemmtun.org/events/skra/add ) please help 🙂

    #85797
    Brook
    Participant

    Howdy lenamist,

    The culprit is on line 67 of your style.css:

    input:hover, input:focus{
    background-color:purple;
    color:white;
    border: 1px solid black;
    }

    This conflicts with our default styles. If you want to change that to the following it should match the rest of your site:

    input:hover, input:focus, body #tribe-community-events input[type=”text”]:hover, body #tribe-community-events input[type=”text”]:focus, body #tribe-community-events textarea:hover, body #tribe-community-events textarea:focus {
    background-color:purple;
    color:white;
    border: 1px solid black;
    }

    Please let me know if that works. Thanks!

    – Brook

    #92335
    lenamist
    Participant

    Wow, thank you thank you and sorry for my late answer! Works perfectly 🙂

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Colour of text’ is closed to new replies.