This topic has 7 replies, 2 voices, and was last updated 8 years by Radu.

  • Author
  • #109702
     Groubee2
    Participant

    Hi

    How to change white background color on Advanced Event Search, and topbar color?

    See attached image

    Cheers

    Tonny

    Attachments:
    You must be logged in to view attached files.
    #109861
     Radu
    Moderator
    COPY CODE
    
    div.css-search { background: red !important; }
    #em-wrapper .em-search-wrapper .em-search-advanced { background-color:Red !important; }
    

    Cheers

    Radu

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #109875
     Groubee2
    Participant

    Ok – how can I change the text color “søg” and “i nærheden af …” to white? also inside the form when writing.

    See attached image

    Cheers
    Tonny

    Attachments:
    You must be logged in to view attached files.
    #110023
     Radu
    Moderator

    I will respond to this topic tomorrow or monday.

    Cheers

    Radu

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #113307
     Groubee2
    Participant

    Hi @Radu

    Where are you on this one?

    #113324
     Radu
    Moderator

    Hi,
    Use this css

    COPY CODE
    input.em-search-text::-webkit-input-placeholder { /* WebKit, Blink, Edge */
        color:red !important;
    }
     
    input.em-search-text::-moz-placeholder {
        /* FF 4-18 */
        color: red;
    }
    input.em-search-text::-moz-placeholder {
        /* FF 19+ */
        color:: red;
    }
    input.em-search-text:-ms-input-placeholder {
        /* IE 10+ */
        color: red;
    }

    Cheers

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #113332
     Groubee2
    Participant

    Hi @Radu

    This does not work on my Mac with Firefox… in Chrome I see “search” with red… not the text input, which is still grey. And I write with grey… it should be white.

    Attachments:
    You must be logged in to view attached files.
    #113521
     Radu
    Moderator

    Hi,

    Add this css

    COPY CODE
    #em-wrapper .em-search-wrapper .em-search-main input {
        color: white !important;
    }

    Cheers

    Radu

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
Viewing 8 posts - 1 through 8 (of 8 total)

The forum ‘Theme options & Demo content’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?