NooTheme Premium WordPress Theme › Forums › JobMonster › Company Logo on Jobs Page
- This topic has 211 replies, 7 voices, and was last updated 4 years, 8 months ago by tinhbeng.
-
AuthorPosts
-
5 years, 3 months ago #1078614This reply has been marked as private.5 years, 3 months ago #1078616
1) For the pop up error (bottom right) we need text changing to "Please login to shortlist resumes" the colour/display needs to be set to;
Background colour #44494b
Text Colour #ffffff
Exclamation Mark background colour #81d742Can these setting be applied to all pop up error messages??
2) For the 'Login As Employer' (currently in yellow), please can we change this to colour #ffffff
Thanks
5 years, 3 months ago #1078634
AnonymousInactiveTopics: 0
Posts: 3295Hi again 🙂
We checked and fixed it for you 🙂 Please re-check .
Thank you!
5 years, 3 months ago #1078643This reply has been marked as private.5 years, 3 months ago #1078653
AnonymousInactiveTopics: 0
Posts: 3295Hello 🙂
We will try to fix it according, you should gather those requirements and send us. We will resolve it soon 🙂
Thank you!
5 years, 3 months ago #1078656This reply has been marked as private.5 years, 2 months ago #1078746
AnonymousInactiveTopics: 0
Posts: 3295Hi agian 🙂
1) Exclamation Mark background colour #81d742. This is an image, displayed as backgroud-img, so colors cannot be edited.
2) Hover over/link text in different sections is yellow eg Applications,Resume Suggest etc needs changing to #81d742
You can edit in menu "Customizing --- Additional CSS" with code: a:hover{color:#81d742 !important;}
3) Resume Suggest (poor English) needs to be 'Suggested Resumes'
You can edit directly in php file. Hint: attachment.
Thank you:)
Attachments:
You must be logged in to view attached files.5 years, 2 months ago #1078757This reply has been marked as private.5 years, 2 months ago #1078798
AnonymousInactiveTopics: 0
Posts: 3295Hi 🙂
If you want to fix it, we recomenđ you to learn the following: https://designtlc.com/use-chrome-inspector-edit-website-css/
Thank you 🙂
5 years, 2 months ago #1078802This reply has been marked as private.5 years, 2 months ago #1078849
AnonymousInactiveTopics: 0
Posts: 3295Hi again!
How do you edit text color?
And change "Resume Suggest":
Line 1005: ..\wp-content\themes\JobMonster\noo-jobmonster\framework\admin\noo_member.php
Line 140: ..\wp-content\themes\JobMonster\noo-jobmonster\framework\member\member-menus.php
Line 73: ..\wp-content\themes\JobMonster\noo-jobmonster\framework\resume\admin-settings.php
Line 16, 18: ..\wp-content\themes\JobMonster\noo-jobmonster\layouts\dashboard\manage-resume-suggest.php
Line 486: ..\wp-content\themes\JobMonster\noo-jobmonster\layouts\heading.php
Line 76: ..\wp-content\themes\JobMonster\noo-jobmonster\layouts\user-menu.php
Line 7: ..\wp-content\themes\JobMonster\noo-jobmonster\layouts\user-menu-collapsed.php
Thank you!
5 years, 2 months ago #1078916This reply has been marked as private.5 years, 2 months ago #1078984
AnonymousInactiveTopics: 0
Posts: 3295Hi again !
1) you can edit file with path: ..\wp-content\themes\JobMonster\noo-jobmonster\layouts\dashboard\manage-job-suggest.php . Line 31.
2) Change color text when hover:
.noo-page-heading .page-title a:hover{color:#yourcolor;}
Thank you!
5 years, 2 months ago #1078992This reply has been marked as private.5 years, 2 months ago #1079149This reply has been marked as private.5 years, 2 months ago #1079155Hi, titfortat.
You can use these lines:
#noo-table-resume td a:hover {
color: #fff!important; // You can change #fff -> your color
}
Best regards,
tb.
5 years, 2 months ago #1079165This reply has been marked as private.5 years, 2 months ago #1079202Hi,
You can try with these lines:
#noo-datatable td a:hover {
color: #fff!important; // You can change #fff -> your color
}
5 years, 2 months ago #1079212This reply has been marked as private.5 years, 2 months ago #1079328This reply has been marked as private.5 years, 2 months ago #1079448Hi,
You can use these lines:
.member-manage .table tbody tr:not(.child):hover a:not(.btn-primary):hover{
color: #fff;
}
.noo_upload-status span{
color: #000;
}
5 years, 2 months ago #1079459This reply has been marked as private.5 years, 2 months ago #1079464
AnonymousInactiveTopics: 0
Posts: 87Hi again,
Thanks for contacting us.
You can add these lines to Custom CSS :
.noo-checkbox input:checked + .noo-checkbox-label::after {
color: #1eff18 ; // You can change #1eff18 -> your color
}
Best Regards,
NooTheme
5 years, 2 months ago #1079474This reply has been marked as private.5 years, 2 months ago #1079486
AnonymousInactiveTopics: 0
Posts: 87Hi again,
Thanks for your feedback.
Please go to :{root}\wp-content\themes\noo- jobmonster\page-company-application.php in line 100
Input the text that you want to change and save it.
Best Regards,
NooTheme
-
AuthorPosts
You must be logged in and have valid license to reply to this topic.