-
Author
Tagged: Text Color, event search
-
March 10, 2016 at 13:27 #109702
Groubee2
ParticipantHi
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.March 10, 2016 at 20:09 #109861Radu
ModeratorCOPY CODEdiv.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 solutionMarch 10, 2016 at 20:44 #109875Groubee2
ParticipantOk – 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
TonnyAttachments:
You must be logged in to view attached files.March 11, 2016 at 20:10 #110023Radu
ModeratorI 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 solutionMarch 29, 2016 at 18:27 #113324Radu
ModeratorHi,
Use this cssCOPY CODEinput.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 solutionMarch 30, 2016 at 16:13 #113521Radu
ModeratorHi,
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 -
AuthorPosts
Viewing 8 posts - 1 through 8 (of 8 total)
The forum ‘Theme options & Demo content’ is closed to new topics and replies.