NooTheme Premium WordPress Theme › Forums › JobMonster › Set plugin fonts
- This topic has 14 replies, 3 voices, and was last updated 4 years, 8 months ago by tinhbeng.
-
AuthorPosts
-
4 years, 8 months ago #1085507
Hi
Can you help me set default Font (That I am using in theme) in all my plugins so that website looks more consistent?
What lines of code I have add and where?
Please help as soon as possible.
4 years, 8 months ago #1085537Hi,
Thanks for contacting us.
you go to Dashboard -> Customizer -> Typography https://prnt.sc/rbsh5b
Best Regards,
NooTheme
4 years, 8 months ago #1085540Hi
I have done so but it is not affecting certain page contents which are created by plugin shortcodes. Ex: I am using paid membershio pro plugin and it generates couple of pages (ex. membership levels etc.). I am not able to change the font size of the text displayed in those page from said method.
Can you please check and help.
Thank you
4 years, 8 months ago #1085563Hi,
Thanks for contacting us.
Can you check if the plugin has any specific config for fonts? If not, please tell me which plugin you want to change the font I will add custom css for you
Best Regards,
NooTheme
4 years, 8 months ago #1085585Hi
I want to change font size & type of following plugins:
Paid Membershio pro plugin, DW Question Answer, Popup Maker, User Submitted post.
Font Name: Roboto Slab and size as per theme
Please help
4 years, 8 months ago #1085669Hi,
I need links your site to where you want to change the font family and font size.
- With form question answer: you can use these lines:
.wcContainer *{
font-family: 'Roboto slab';
font-size: 14px;
}
4 years, 8 months ago #1085710Hi
For different text in Heading, sub heading, paragraph etc, how can I control its size? The default typography modifies which heading? I have installed easy google fonts plugin but could not understand which heading 1, 2 ,3 modifies which text size? It could not modify plugin texts also. I think all of the plugin are using "Roboto Slab" but help to modify their size or set a default size to most of them.
Please find following link:
4 years, 8 months ago #1085733Hi
Can you put this text available in Settings-->Job-->"Job Description" in background.Such that text is visible but when user does not have to deleate it. It can be done using "placeholder" but i could not implement it somehow.
Screenshot attached.
Attachments:
You must be logged in to view attached files.4 years, 8 months ago #1085758Hi,
Jobmonter does not have this option. The text here is the default text that will display in Job Descripton.
4 years, 8 months ago #1085760Hi
I understand that job monster does not have this option but can it be fixed with quick tweak from you? By adding "placeholder", we can do it but I could not do due to my limited knowledge about web development. I can do that in HTML5 but could not replicate in wordpress.
Also , after posting job, when I check posted job in my account, it gives me message "only paid candidate can apply for this job". Please remove this message permanently. Screenshot attached for reference
Attachments:
You must be logged in to view attached files.4 years, 8 months ago #1085800Hi,
I understand that job monster does not have this option but can it be fixed with quick tweak from you? By adding "placeholder", we can do it but I could not do due to my limited knowledge about web development. I can do that in HTML5 but could not replicate in wordpress.
Currently I can only help you remove it, if you give me an account login.
Also , after posting job, when I check posted job in my account, it gives me message "only paid candidate can apply for this job". Please remove this message permanently. Screenshot attached for reference
This message appears only when you enable Candidate with paid package for the Apply for Job option. You can select "Public" or "Candidate" or "None".
Best regards,
tb.
4 years, 8 months ago #1085836Hi
On Home page, in Featured job why this unwanted text is shown.
Screenshot attached
Attachments:
You must be logged in to view attached files.4 years, 8 months ago #1085867Also , after posting job, when I check posted job in my account, it gives me message "only paid candidate can apply for this job". Please remove this message permanently. Screenshot attached for reference
This message appears only when you enable Candidate with paid package for the Apply for Job option. You can select "Public" or "Candidate" or "None".
Hi
Since I have FREE Plan also for candidates, when I am selecting "Candidates" or "Public", it does not ask candidate to choose plans. It lets candidates post resume but does not fall under any Plan so their resume is not visible to recruiters. Then are also not visible in "Noo resumes".
Since it is not necessary that all Plans have to be PAID always so can you please remove message "only paid candidate can apply for this job" which gives impression that all candidates are charged money to apply for this job else give a option which ask every time asks candidate to choose plan.
Please implement which ever is possible at the earliest.
Thank s
Attachments:
You must be logged in to view attached files.4 years, 8 months ago #1085918Hi
Please Delete this line "Only paid candidates can apply for this job" in my theme so that it does not give wrong impression.
4 years, 8 months ago #1086082Hi,
On Home page, in Featured job why this unwanted text is shown.
In the "Show Field" option, you have selected this field to display.
Customizer -> Job & Company -> Job List -> scroll to Show Field.
Please Delete this line "Only paid candidates can apply for this job" in my theme so that it does not give wrong impression.
You need to custom the function "jm_get_cannot_apply_job_message".
You can add the function in the attachment to the functions.php file of Child Theme.
Attachments:
You must be logged in to view attached files. -
AuthorPosts
You must be logged in and have valid license to reply to this topic.