NooTheme Premium WordPress Theme › Forums › JobMonster › Hide or Something
- This topic has 4 replies, 2 voices, and was last updated 5 years, 8 months ago by Jackie.
-
AuthorPosts
-
5 years, 8 months ago #1069900
Hi,
I would like to hide or remove something as below. Please let me know css code.
Hide some Heading,
(1) single job heading text and image (http://prntscr.com/mv2qly)
(2) resume heading (http://prntscr.com/mv2rza)
(3) Companies heading (http://prntscr.com/mv2tn6)
(4) employer Package heading (http://prntscr.com/mv2vy4)
Hide Something,
(5) Hide Candidate profile " introduce yourself " text and box (http://prntscr.com/mv2uqw)
(6) Hide Contact Candidate Box in Resume Detail (http://prntscr.com/mv2xch)
(7) How to css this employer button look like upload CV button as attach file (https://prnt.sc/mv320i)
(8) I have requested Mr.Jakie to change hover color before on job and resume list as below that he write for me , now , i would like to use only hover on job tile only but i don;t know what kind of text i have to remove from there. So please check and reply back me. (http://prntscr.com/mv33u3)
ul.noo-resume-list li:hover,
ul.noo-resume-list li:hover a,
.jobs article:hover h2 > a, .jobs article:hover span, .jobs article:hover span.job-company > a, .jobs article:hover span.job-category > a, .jobs article:hover time, .jobs article:hover em {
color: #1b5e6f!important;
}Sorry for more request and thank for helping me.
Best regards,
Marty
5 years, 8 months ago #1069973Hi.
Thank you for contacting us.
We will give you the custom CSS below:
1. For job heading: .single-noo_job .noo-page-heading { display: none; }
2. For resume listing page: .post-type-archive-noo_resume .noo-page-heading { display: none; }
3. For company listing page: .post-type-archive-noo_company .noo-page-heading { display: none; }
4. We can see the employer package link. So we can't give you the correct custom CSS.
5. For candidate profile, please go to file /wp-content/themes/noo-jobmonster/layouts/candidate/candidate_profile.php line 24 to remove "introduce yourself" content.
6. To hide candidate contact form, you can use the custom CSS: .single-noo_resume .resume-sidebar .resume-contact { display: none; }
7. This is the menu item, but if you want you can add the custom CSS:
#menu-item-1015 a {
background: #154856;
color: #fff;
padding: 0px 20px;
border-radius: 5px;
line-height: 41px;
}
8. This is the custom css for job only:
.jobs article:hover h2 > a, .jobs article:hover span, .jobs article:hover span.job-company > a, .jobs article:hover span.job-category > a, .jobs article:hover time, .jobs article:hover em {
color: #1b5e6f!important;}
Please check it again.
Thanks.
5 years, 8 months ago #1069984Dear Mr.Jakie,
I am really thankful to reply my all request and help me for CSS code, all are working fine but have a little issue as below
Question No (7) Code are working fine but when i view mobile view , button going like that (http://prntscr.com/mve8li)
Question No(8) That mean I would like to hover only Job Title text and Resume Tile only.
Resume (http://prntscr.com/mvea8d)
Job (http://prntscr.com/mveagw)
Many thanks
Marty
5 years, 8 months ago #1070080HI,
Please reply
5 years, 8 months ago #1071340Hi again.
7. As I see, you have fixed that issue on the mobile.
8. I have added this CSS to help you fix that issue.
ul.noo-resume-list li:hover, ul.noo-resume-list li:hover a, .jobs article:hover h2 > a, .jobs article:hover span, .jobs article:hover span.job-company > a, .jobs article:hover span.job-category > a, .jobs article:hover time, .jobs article:hover em { color: #44494b!important; } .jobs article:hover .loop-item-content h2 > a, ul.noo-resume-list li:hover .item-author a, ul.noo-resume-list li:hover .item-title a { color: #ff0000 !important; }
Please check it again.
Thanks.
-
AuthorPosts
You must be logged in and have valid license to reply to this topic.