/* SCOPED ADD RESUME TO LINKEDIN – Market Scout Style */
.scv-linkedin-guide {
background-color: #0f172a;
color: #e2e8f0;
font-family: “Poppins”, sans-serif;
line-height: 1.7;
overflow-x: hidden;
–teal: #268599;
–teal-light: #618480;
–coral: #e8885e;
–navy: #0f172a;
–navy-card: #1e293b;
–border: rgba(255, 255, 255, 0.1);
–linkedin-blue: #0077b5;
}
.scv-linkedin-guide h1, .scv-linkedin-guide h2, .scv-linkedin-guide h3, .scv-linkedin-guide h4 { color: #ffffff !important; font-family: “Playfair Display”, serif; margin-top: 0; }
.scv-linkedin-guide p, .scv-linkedin-guide li { color: #cbd5e1 !important; margin-bottom: 16px; }
.scv-container { max-width: 1200px; margin: 0 auto; padding: 0 24px; position: relative; z-index: 2; }
.scv-guide-hero { padding: 100px 0 80px; text-align: center; background: radial-gradient(circle at 50% 0%, #1e293b 0%, #0f172a 70%); position: relative; }
.scv-guide-hero::before { content: “”; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background-image: linear-gradient(rgba(0, 119, 181, 0.1) 1px, transparent 1px), linear-gradient(90deg, rgba(0, 119, 181, 0.1) 1px, transparent 1px); background-size: 40px 40px; opacity: 0.3; }
.scv-badge-pulse { display: inline-flex; align-items: center; gap: 8px; background: rgba(0, 119, 181, 0.15); color: #0077b5 !important; padding: 6px 16px; border-radius: 50px; font-size: 13px; font-weight: 600; margin-bottom: 24px; border: 1px solid rgba(0, 119, 181, 0.3); }
.scv-badge-pulse::before { content: “”; width: 8px; height: 8px; background: var(–linkedin-blue); border-radius: 50%; animation: pulse-dot 2s infinite; }
@keyframes pulse-dot { 0% { opacity: 1; box-shadow: 0 0 0 0 rgba(0, 119, 181, 0.7); } 70% { box-shadow: 0 0 0 6px rgba(0, 119, 181, 0); } 100% { opacity: 0; } }
.scv-guide-hero h1 { font-size: clamp(32px, 5vw, 48px); line-height: 1.2; margin-bottom: 24px; }
.scv-text-highlight { color: #0077b5 !important; }
.btn-primary { background: linear-gradient(135deg, var(–teal) 0%, var(–teal-light) 50%, var(–coral) 100%); color: white !important; padding: 18px 40px; border-radius: 50px; text-decoration: none; font-weight: 600; font-size: 18px; display: inline-flex; align-items: center; gap: 12px; transition: all 0.3s ease; box-shadow: 0 10px 30px rgba(38, 133, 153, 0.3); }
.btn-primary:hover { transform: translateY(-3px); color: white !important; }
.btn-linkedin { background: var(–linkedin-blue); color: white !important; padding: 14px 28px; border-radius: 50px; text-decoration: none; font-weight: 600; font-size: 16px; display: inline-flex; align-items: center; gap: 10px; transition: all 0.3s ease; }
.btn-linkedin:hover { background: #005885; transform: translateY(-2px); color: white !important; }
.content-section { padding: 60px 0; }
/* Steps Timeline */
.steps-timeline { position: relative; padding-left: 50px; margin: 50px 0; }
.steps-timeline::before { content: “”; position: absolute; left: 20px; top: 0; bottom: 0; width: 2px; background: linear-gradient(180deg, var(–linkedin-blue) 0%, var(–teal) 50%, var(–coral) 100%); }
.step-item { position: relative; margin-bottom: 40px; }
.step-num { position: absolute; left: -50px; width: 40px; height: 40px; background: var(–linkedin-blue); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-weight: 700; font-size: 16px; color: white; z-index: 2; }
.step-content { background: var(–navy-card); border: 1px solid var(–border); border-radius: 16px; padding: 30px; }
.step-content h3 { font-size: 20px; margin-bottom: 15px; font-family: “Poppins”, sans-serif; }
.step-content img { max-width: 100%; border-radius: 8px; margin: 15px 0; border: 1px solid var(–border); }
/* Screenshot Placeholder */
.screenshot-placeholder { background: rgba(0, 119, 181, 0.1); border: 2px dashed rgba(0, 119, 181, 0.3); border-radius: 12px; padding: 40px; text-align: center; margin: 20px 0; }
.screenshot-placeholder span { color: #64748b !important; font-size: 14px; }
/* Methods Grid */
.methods-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(350px, 1fr)); gap: 25px; margin: 40px 0; }
.method-card { background: var(–navy-card); border: 1px solid var(–border); border-radius: 16px; padding: 30px; transition: all 0.3s ease; }
.method-card:hover { border-color: rgba(0, 119, 181, 0.5); transform: translateY(-5px); }
.method-card.recommended { border-color: var(–linkedin-blue); }
.method-card.recommended::before { content: “Recommended”; position: absolute; top: -10px; right: 20px; background: var(–linkedin-blue); color: white; padding: 4px 12px; border-radius: 20px; font-size: 11px; font-weight: 600; }
.method-card { position: relative; }
.method-header { display: flex; align-items: center; gap: 15px; margin-bottom: 20px; }
.method-icon { width: 50px; height: 50px; background: rgba(0, 119, 181, 0.1); border-radius: 12px; display: flex; align-items: center; justify-content: center; font-size: 24px; }
.method-title { font-size: 18px; font-weight: 600; color: #fff !important; }
/* Tips Box */
.tips-box { background: rgba(38, 133, 153, 0.1); border: 1px solid rgba(38, 133, 153, 0.3); border-radius: 16px; padding: 30px; margin: 40px 0; }
.tips-box h3 { color: var(–teal-light) !important; margin-bottom: 20px; }
.tips-list { list-style: none; padding: 0; margin: 0; }
.tips-list li { padding: 12px 0; border-bottom: 1px solid var(–border); display: flex; align-items: flex-start; gap: 12px; }
.tips-list li:last-child { border-bottom: none; }
.tips-list li::before { content: “✓”; color: var(–teal); font-weight: bold; flex-shrink: 0; }
/* FAQ Section */
.faq-section { margin: 60px 0; }
.faq-item { background: var(–navy-card); border: 1px solid var(–border); border-radius: 12px; margin-bottom: 15px; overflow: hidden; }
.faq-question { padding: 20px 25px; cursor: pointer; display: flex; justify-content: space-between; align-items: center; }
.faq-question h4 { margin: 0; font-size: 16px; font-family: “Poppins”, sans-serif; }
.faq-answer { padding: 0 25px 20px; display: none; }
.faq-item.active .faq-answer { display: block; }
.faq-toggle { font-size: 20px; color: var(–teal); }
.final-cta { text-align: center; padding: 80px 30px; background: radial-gradient(circle at 50% 100%, #1e293b 0%, #0f172a 70%); border-radius: 20px; margin: 60px 0; }
@media (max-width: 768px) { .steps-timeline { padding-left: 40px; } .step-num { left: -40px; width: 30px; height: 30px; font-size: 14px; } .methods-grid { grid-template-columns: 1fr; } }
Two Ways to Add Your Resume
LinkedIn offers multiple methods to showcase your resume. Choose the one that works best for your job search strategy.
Display your resume prominently on your profile. Visible to anyone who views your profile, including recruiters actively searching.
- Always visible on your profile
- Great for active job seekers
- Shows proactive approach
Save your resume to use when applying to jobs through LinkedIn. Only shared when you explicitly apply to positions.
- Private until you apply
- One-click job applications
- Multiple versions supported
Method 1: Add to Featured Section
1
Go to Your LinkedIn Profile
Click your profile picture in the top navigation, then select “View Profile” to access your full profile page.
Navigate to your LinkedIn profile
2
Find the Featured Section
Scroll down to find the “Featured” section. If you don’t have one yet, click “Add profile section” and select “Featured” under the Recommended category.
Add Featured section if needed
3
Click the + Icon and Select Media
In the Featured section, click the “+” icon and select “Add media” from the dropdown menu.
Click + to add media
4
Upload Your Resume PDF
Select your resume file (PDF format recommended for best compatibility). Add a title like “My Resume” or “Professional Resume 2026” and an optional description.
Upload and name your resume
5
Save and Verify
Click “Save” and check your profile to ensure the resume appears correctly in your Featured section. Anyone visiting your profile can now view it.
Method 2: Save for Job Applications
1
Go to LinkedIn Jobs
Click “Jobs” in the top navigation bar to access the LinkedIn job search area.
2
Access Application Settings
Click “Application settings” in the left sidebar. This is where you manage your default application data.
3
Upload Your Resume
In the “Resumes” section, click “Upload resume” and select your file. You can upload multiple versions for different job types.
4
Set as Default (Optional)
If you have multiple resumes, click the three dots next to your preferred version and select “Set as default” for Easy Apply applications.
💡 Pro Tips for LinkedIn Resumes
- Always use PDF format for consistent formatting across devices
- Name your file professionally (e.g., “John-Smith-Marketing-Manager-Resume.pdf”)
- Keep your resume under 5MB for faster loading
- Update your resume whenever you update your LinkedIn profile
- Use keywords from job descriptions you’re targeting
- Remove personal details like home address for privacy
Frequently Asked Questions
Who can see my uploaded resume?
+
For Featured section uploads, anyone who views your profile can see and download your resume. For Job Application uploads, only employers you apply to will receive your resume.
What file formats does LinkedIn accept?
+
LinkedIn accepts PDF, DOC, and DOCX formats. We recommend PDF for best compatibility and to ensure your formatting stays intact.
Can I upload multiple resumes?
+
Yes, you can upload multiple resumes in your Job Application settings. This is useful if you’re applying to different types of roles. You can choose which one to use for each application.
Should my resume match my LinkedIn profile?
+
Yes, your resume and LinkedIn profile should be consistent. Discrepancies in job titles, dates, or companies can raise red flags for recruiters. Use StylingCV’s LinkedIn import feature to ensure alignment.
Create a LinkedIn-Ready Resume
Build a professional resume that looks perfect on LinkedIn and passes ATS systems.
👉 ATS resume checker
👉 resume templates
💡 Pro Tip: StylingCV is not just a resume builder — it’s a smart AI builder that thinks. StylingCV smart AI builder in less than 2 minutes.
Explore More Resources
Related Guides:
🦁 Check Your Resume with Stylion
Our AI-powered ATS resume checker analyzes your resume like a real recruiter. Get your score instantly.
Check Your Resume Free →