NooTheme Premium WordPress Theme › Forums › JobMonster › How to change the grey header boxes on pages like jobs, resume, member, etc.
- This topic has 10 replies, 2 voices, and was last updated 5 years ago by tinhbeng.
-
AuthorPosts
-
5 years ago #1081462
Hello, I have been using JobMonster for the past couple of weeks and enjoy it very much. I am looking to change the grey/black header box on most of the pages. I have added a background picture to some of the pages that I saw I was able to do so, but it is hard to see with the black header overlaying it. Please advise on how I can edit these regions.
Thank you
5 years ago #1081476Hi,
You can add these lines to Custom CSS:
.noo-page-heading:before{
background-color: transparent;
}
Best regards,
tb.
5 years ago #1081492Great, I think that worked. How about the section just below the header such as on the Manage Jobs page that lists all the pages horizontally?
Also is there a way to change the Icons of the headers, ie replace the brief case?
Thanks again,
Howard
5 years ago #1081498Hi,
How about the section just below the header such as on the Manage Jobs page that lists all the pages horizontally?
I don't understand what you mean, you can describe it more clearly.
there a way to change the Icons of the headers, ie replace the brief case?
You can use Child Theme and customize the heding.php file (wp-content/themes/noo-jobmonster/layouts/)
Best regards,
tb.
5 years ago #1081517Hi, sorry for the confusion.
So I am looking to change the background to this section for the pages that have it.
Also, with the screen shot above of the Child Theme, I am not sure where it shows to change the icon that I am looking for:
Thank you very much,
Howard
5 years ago #1081518Sorry for the second post, I did not realize the images would not come through. I attached them as a document.
Hi, sorry for the confusion.
So I am looking to change the background to this section for the pages that have it.
Also, with the screen shot above of the Child Theme, I am not sure where it shows to change the icon that I am looking for:
Thank you very much,
Howard
5 years ago #1081538Hi,
- You can change the background color by add these lines to style.css file of Child Theme:
.member-heading{
background-color: red; // replace red to your color
}
- Icon font: Jobmonster currently use Fontawesome https://fontawesome.com/v4.7.0/icons/
5 years ago #1081540Sorry how do you edit the child theme?
5 years ago #1081542Hi,
You can refer this post:
https://developer.wordpress.org/themes/advanced-topics/child-themes/
If you are not yet clear about it, please send me wp admin account. I will help you install the Child theme.
Best regards,
tb.
5 years ago #1081544Thank you for getting back so quickly. At the moment I am creating this locally.If the child theme was installed, where would it be located within the noo-jobmonster folder?
Also I am not sure I explained myself correctly. The icons you described above were for the lower header. I have attached another document hopefully explaining it better what I am looking for.
Thank you again,
Howard
Attachments:
You must be logged in to view attached files.5 years ago #1081547Hi,
You go to Company Profile and upload Company Logo.
- Install Child Theme: You go to Appearance -> Theme ->Upload (attachment) -> Install.
Best regards,
tb.
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.