Skip to content

Instantly share code, notes, and snippets.

@wagura-maurice
Created March 12, 2025 07:34
Show Gist options
  • Save wagura-maurice/b2b50a73582dc8a90956eed9adc3108e to your computer and use it in GitHub Desktop.
Save wagura-maurice/b2b50a73582dc8a90956eed9adc3108e to your computer and use it in GitHub Desktop.
jobzilla custom 3 css
#headlinetext {
background-color: rgba(236, 43, 247, 0.1) !important;
border-left: 5px solid #ec2bf7 !important;
padding: 15px !important;
font-style: italic;
color: #f9f9f9 !important;
font-size: 1rem;
line-height: 1.6;
border-radius: 5px;
resize: none;
}
#keyskills {
background-color: rgba(236, 43, 247, 0.1) !important;
border-left: 5px solid #ec2bf7 !important;
padding: 15px !important;
font-style: italic;
color: #f9f9f9 !important;
font-size: 1rem;
line-height: 1.6;
border-radius: 5px;
resize: none;
}
.modal-dialog.modal-dialog-centered {
max-width: 800px !important; /* Adjust this value to your desired width */
margin: 1.75rem auto !important; /* Center the modal */
}
.twm-saved-jobs-view .modal-content {
border-top: 6px solid #ec2bf7 !important;
}
.twm-saved-jobs-view .modal-footer {
background-color: #0b2539 !important;
}
.form-check-input[type="radio"] {
border-color: #ec2bf7 !important; /* Set border color to purple */
background-color: transparent !important; /* Remove background color */
}
.form-check-input:checked[type="radio"]:after {
background-color: #ec2bf7 !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment