Join

Hide Sign In Option on MyListing Add Listing Page

Don't want to mess with code snippets? Request for this to be a feature of MyListing Pro.

Instructions

  1. Create a new CSS code snippet.
  2. Copy the contents of code snippet below.
  3. Paste the contents into your code snippet.
  4. Review any notes that I’ve provided.
  5. Save and enable the code snippet.
  6. Test.

Snippet

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%;
}