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 #1077948
Hi there
Where can we amend the size/ratio of the company logo on the jobs page. On hover over the circular logo has a white ring around it and the crop looks poor.
Thanks
5 years, 3 months ago #1077949This reply has been marked as private.5 years, 3 months ago #1077952This reply has been marked as private.5 years, 3 months ago #1077968Hi.
Thank you for contacting us.
1. To remove the border-radius for the company logo on the job listing, you can try the custom CSS below:
.list.loop-item-wrap .item-featured img, .style-1 .loop-item-wrap .item-featured img { border-radius: 0; }
.list.loop-item-wrap .item-featured, .style-1 .loop-item-wrap .item-featured { border-radius: 0; }
2. To change the color for job type label, please go to Jobs/ Job Type and edit the Full time, you will see the option color.
3. For the application counter on the job details, you can use the custom CSS below:
.noo-page-heading .page-title .count.applications { background-color: #yourcolor; }Thanks.
5 years, 3 months ago #1077985This reply has been marked as private.5 years, 3 months ago #1077988This reply has been marked as private.5 years, 3 months ago #1078045Hi,
You add these lines to the Custom CSS:
1.
.job-social a.noo-icon{
color: #fff; // Change the color that you want
background-color: red; // Change the color that you want
}
2.
.job-message-job-status .jm-status-job-expired,.job-action .noo-messages.noo-message-error{
background: red; // Change the color that you want
color: #fff; // Change the color that you want
}
Best regards,
tb.
5 years, 3 months ago #1078046This reply has been marked as private.5 years, 3 months ago #1078129Hi there any news on these? Thanks
5 years, 3 months ago #1078161This reply has been marked as private.5 years, 3 months ago #1078207This reply has been marked as private.5 years, 3 months ago #1078321Hi.
We have checked and fixed the image blur issue on your blog page. Please check it again.
To change the bookmark color, you can use the custom CSS below:
.job-action a.bookmark-job-link { color: #yourcolor; }.job-action a.bookmark-job-link:hover { color: #yourcolor; }
Please try it again.
Thanks.
5 years, 3 months ago #1078331This reply has been marked as private.5 years, 3 months ago #1078332This reply has been marked as private.5 years, 3 months ago #1078333This reply has been marked as private.5 years, 3 months ago #1078492
AnonymousInactiveTopics: 0
Posts: 3295Hello!
you can use the custom CSS below:
.job-action a.bookmark-job-link i:hover { color: #yourcolor; }
Thank you!
5 years, 3 months ago #1078497This reply has been marked as private.5 years, 3 months ago #1078505
AnonymousInactiveTopics: 0
Posts: 3295Hi again!
With "ERROR: Invalid username.", you can edit css:
.error-response { color: #color;}
With "Lost your password?", you can edit css:
.noo-ajax-result a { color: #color;}
Thank you!
5 years, 3 months ago #1078521This reply has been marked as private.5 years, 3 months ago #1078526
AnonymousInactiveTopics: 0
Posts: 3295Hi again 🙂
You can edit properties: color, size, shape, ... using the Inspect function in chrome. You can test it first, know the file to change, ... View video:
https://www.youtube.com/watch?v=AlnceCvG-Fs
Thank you!
5 years, 3 months ago #1078527This reply has been marked as private.5 years, 3 months ago #1078528This reply has been marked as private.5 years, 3 months ago #1078584
AnonymousInactiveTopics: 0
Posts: 3295Hi again 🙂
1) There is confusion in your code. You should change the following:
a.member-login-link{ background-color: #button_color !important; color:#text_color !important;}
Because the class "member-login-link" is inside the tag a
2) With message - "Please Login to add resumes shortlist". You can change background color or text color:
.notifyjs-container{background-color:$yourcolor}
.notifyjs-container span{color:$yourcolor}
Thank you
5 years, 3 months ago #1078599This reply has been marked as private.5 years, 3 months ago #1078607
AnonymousInactiveTopics: 0
Posts: 3295Hello 🙂
Please send us account FTP and admin website, we will check and fix for you ! And how do you want to fix color, text?
Thank you!
-
AuthorPosts
You must be logged in and have valid license to reply to this topic.