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 then again the Submit Form.


/* ML - HIDE SIGN IN OPTION ON ADD LISTING PAGE */
.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%;
}