This snippet came about as MyListing website owners were seeing some confusion with their users due to the “Sign In” option in the header/navigation and the Submit Form.
.job_listing_packages .form-section-wrapper .form-section .fieldset-login_required a.button-5:first-child {
display: none;
}
.job_listing_packages .form-section-wrapper .form-section .fieldset-login_required p span {
display: none;
}
.job_listing_packages .form-section-wrapper .form-section .fieldset-login_required p:first-child {
display: none;
}
#job_package_selection .title-style-1 i {
margin-left: 40% !important;
}
.job_listing_packages .form-section-wrapper .form-section .fieldset-login_required p a {
margin-left: 27%;
}
