NooTheme Premium WordPress Theme › Forums › JobMonster › Delete option apply
- This topic has 10 replies, 3 voices, and was last updated 4 years, 10 months ago by
hilliedejong.
-
AuthorPosts
-
4 years, 10 months ago #1067137
hello,
When a candidate clicks on a job, there is automatically an option to apply. I want to delete this. How can I do this? (See also attachment)
4 years, 10 months ago #1067191This reply has been marked as private.4 years, 10 months ago #1067218This reply has been marked as private.4 years, 10 months ago #1067237Hi again,
Thanks for your feedback.
We still open a job detail normally without an application button displays automatically but if you want to remove apply job button, please add this Custom CSS segment:
a.btn.btn-primary {
display: none;
}
Best Regards,
NooTheme
4 years, 10 months ago #1067275if I use this code, it is no longer possible for employers to click on a package. Do I need to add another code to solve this problem?
4 years, 10 months ago #1067307Hi again,
Thanks for your feedback.
Please try to use this Custom CSS segment to help:
.job-action.hidden-print.clearfix {
display: none!important;
}
Best Regards,
NooTheme
4 years, 10 months ago #1067344hi, it didn't make any difference. Do you have another solution?
4 years, 10 months ago #1067385Hi,
Thanks for your feedback.
We also accessed your website then helped you to check this question again. In this case, we copy the above Custom CSS to Additional CSS and it worked fine.
Please check again, then tell us your question as clearly as possible if you get another point.
Best Regards,
NooTheme
4 years, 10 months ago #1067417Hi, this is exactly the CSS I added. The option to click on an package isn't there anymore. I don't know why it doesn't work if I add it. Is it an option that you add it?
a.btn.btn-primary {
display: none;
}
.job-action.hidden-print.clearfix {
display: none!important;
}
4 years, 10 months ago #1067533Hi again.
Sorry for the issue with the package page. I see the issue from the custom CSS.
a.btn.btn-primary {
display: none;
}It also removes the purchase button on the package page.
Please check it again. We have removed that CSS.
Thanks.
4 years, 10 months ago #1067540Thank you so much!
-
AuthorPosts
You must be logged in and have valid license to reply to this topic.