NooTheme Premium WordPress Theme › Forums › JobMonster › Blurry text in advanced search module search fields
- This topic has 13 replies, 2 voices, and was last updated 5 years, 8 months ago by Anonymous.
-
AuthorPosts
-
5 years, 8 months ago #1069840
Hi
Please see attached images.
The text inside the search fields is very blurry on my front page. Can you help me fix this?
ALSO
Is it possible to make the fields in advanced search module on mobile front page the same width as the search fields on jobs page on mobile?
Thank you
Attachments:
You must be logged in to view attached files.5 years, 8 months ago #1069842The last images showing the search fields width difference on front page and jobs page.
Attachments:
You must be logged in to view attached files.5 years, 8 months ago #1069844Hmm.. here's the missing image!
5 years, 8 months ago #1069845I'll keep on trying - something's bugging here
5 years, 8 months ago #1069846Sorry - the image was to big! My bad - lol 🙂 Here it is!
Attachments:
You must be logged in to view attached files.5 years, 8 months ago #1069848This reply has been marked as private.5 years, 8 months ago #1069955
AnonymousInactiveTopics: 0
Posts: 3295Hi,
Thanks for contacting us.
We added this Custom CSS segment to Customizer > Custom Code > Custom CSS to fix your issue:
h2, .h2{text-shadow:none !important;}
it worked fine.
Please check again, then feedback us.
Best Regards,
NooTheme
5 years, 8 months ago #1070011Hi
Thank you, but now there's no shadow on my heading and sub heading.
Before you added the CSS i'd already added custom CSSÂ to Customizer > Custom Code > Custom CSS to add shadow on my headlines.Â
The issue really is that I need H2 shadow on headlines and sub headlines, but not in the search fields text.
Can you help me?
Thanks
5 years, 8 months ago #1070012Also - I asked if Is it possible to make the fields in advanced search module on front page in mobile view the same width as the search fields on jobs page mobile view?
5 years, 8 months ago #1070063
AnonymousInactiveTopics: 0
Posts: 3295Hi,
Thanks for your feedback.
We added this Custom CSS segment to help you fix all issues:
@media(max-width:768px){
.noo-job-search-wrapper .job-advanced-search .job-advanced-search-form .form-group .form-control{
max-width:100%;
}
.noo-job-search-wrapper .job-advanced-search .job-advanced-search-form, .noo-job-map .job-advanced-search .job-advanced-search-form{
padding:0px !important;
}
}
.multiselect-container.dropdown-menu li a label.radio {
  text-shadow: none !important;
}
Please check again, then feedback us.
Best Regards,
NooTheme
5 years, 8 months ago #1070114Perfect!
Thank you very much 🙂
5 years, 8 months ago #1070126
AnonymousInactiveTopics: 0
Posts: 3295This reply has been marked as private.5 years, 8 months ago #1070133This reply has been marked as private.5 years, 8 months ago #1070180
AnonymousInactiveTopics: 0
Posts: 3295This reply has been marked as private. -
AuthorPosts
You must be logged in and have valid license to reply to this topic.