How do I resize the background image in Talent Community Page?
Summary:
Hi Experts,
Currently, my team is working on branding our Talent Community page by adding a GIF. However, the background image is appearing across the entire page. We tried resizing it by modifying the CSS but haven’t had any success. Could you help us with custom CSS to properly resize the image and display it above the “Join Our Talent Community” header?
This is the CSS Code we used.
.standard-apply-flow {
background-image: url(image url) !important;
background-repeat: no-repeat;
background-size: 20px auto; / width 150px, height automatic /
background-position: center top 20px; / centered horizontally, 20px from top /
background-color: var(--color-theme-2) !important; / fallback background /