-
Author
Tagged: event search, Text Color
-
March 10, 2016 at 13:27 #109702Groubee2Participant
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.March 10, 2016 at 20:09 #109861RaduModeratorCOPY 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 #109875Groubee2ParticipantOk – 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 #110023RaduModeratorI 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 #113324RaduModeratorHi,
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 #113521RaduModeratorHi,
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.