NooTheme Premium WordPress Theme › Forums › JobMonster › Text color and search box color change
- This topic has 6 replies, 2 voices, and was last updated 4 years, 10 months ago by tinhbeng.
-
AuthorPosts
-
4 years, 10 months ago #1081788
Good morning.
I am trying to change the color/size of the text in the headers and the color of the search boxes for the pages that have this feature.
Thank you very much,
Howard
4 years, 10 months ago #1081800Pages such as Jobs and Resume. looking how to change the background image, change color of text and color of the search field boxes. The image I want to use ha a white background and everything gets washed out.
Thank you
4 years, 10 months ago #1081809Hi,
- Change background image on resume, job page:
You go to
Customizer -> Job & company -> Job List -> http://prntscr.com/q34efc
Customizer -> Resume -> Resume List -> http://prntscr.com/q34dub
- Change color/size: There is currently no option to change the color and size for each element, you can use CSS custom.
Best regards,
tb.
4 years, 10 months ago #1081875Thank you for the reply. 2 more things. What is the text in the " Resume Heading text"; <label>Keywords:</label> Html, Css, WordPress Is this needed?
Is it possible to supply the custom CSS for the text color change?
Thank you,
Howard
4 years, 10 months ago #1081878Hi,
This text will display here: http://prntscr.com/q4496h
If you don't want, you can delete it. (Customizer -> Resume -> Resume List -> Resume Heading Text)
** Change text color: you can add these lines to Custom CSS or style.css of Child Theme
Label:
.noo-heading-search .noo-form-label{
color: #000;
}
4 years, 10 months ago #1081894Hello,
Thank you, this information is very helpful. For the above CSS, it looks like it is only for the text "Search New Job" and "Search New Resume". I was wondering what it would be for location and Job Type?
Thank you again,
Howard
4 years, 10 months ago #1081910Hi,
You can add these lines:
.noo-heading-search .control-label{
color: red;
}
-
AuthorPosts
You must be logged in and have valid license to reply to this topic.