NooTheme Premium WordPress Theme › Forums › JobMonster › Disable posted date in view and Apply via Facebook or Linked
Tagged: date
- This topic has 8 replies, 2 voices, and was last updated 5 years, 7 months ago by Anonymous.
-
AuthorPosts
-
5 years, 7 months ago #1071952
Hello, I want to disable posted date which is generally the date when job is created.
I only want expiration/close date to be displayed. Please help how can I achieve this?
Also I want to disable Apply via FB/LinkedIN button. Is it possible to do for selected ads , I mean I need to disable the Apply via button for only selected category jobs .
I want to disable contact form when we click details of Job- (After View More click , comes in sidebar). Please help how can I do this? I could not find setting is any page
5 years, 7 months ago #1071953I only want expiration/close date to be displayed- This is resolved by customizer settings.
Also I want to disable Apply via FB/LinkedIN button- I have changed to paid but still shows like paid user can apply.
5 years, 7 months ago #1071955
AnonymousInactiveTopics: 0
Posts: 3295Hi,
Thanks for contacting us.
1- You can use this Custom CSS segment to hide apply for job via LinkedIn and Facebook:
.job-action a.btn.btn-default{display:none;}
2- Please use this Custom CSS to hide contact form:
.noo-company-contact{display:none;}
You can check, then feedback us.
Best Regards,
NooTheme
5 years, 7 months ago #1071962I am really sorry but can you explain where is the config to
1- You can use this Custom CSS segment to hide apply for job via LinkedIn and Facebook:
.job-action a.btn.btn-default{display:none;}
< Which page is this ? In customizer I can not find Custom CSS, I am using recruitment home, i tried in that but does not work >
2- Please use this Custom CSS to hide contact form:
.noo-company-contact{display:none;}
< This i had added in additional css in customizer and it is working ok.>
5 years, 7 months ago #1072008
AnonymousInactiveTopics: 0
Posts: 3295Hi,
Please go to your Dashboard > Customizer > Custom Code > Custom CSS. Also, see this image: https://prnt.sc/n9cwgr
You can check it, then lets us know.
Thank you.
NooTheme
5 years, 7 months ago #1072034No I can still see the Apply job button.
e.g
5 years, 7 months ago #1072075
AnonymousInactiveTopics: 0
Posts: 3295Hi,
Thanks for your feedback.
Your above question only asked us how to hide "Apply via FB/LinkedIN button" so we only helped you to hide it. If you want to hide the apply button, you can use this Custom CSS segment:
.job-action.hidden-print.clearfix{
display:none !important;
}
We also added this Custom CSS segment to your website and it worked fine.
Best Regards,
NooTheme
5 years, 7 months ago #1072095Thank you for your support, really appreciate that you fixed even on my web.
5 years, 7 months ago #1072113
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.