359

How to Hide the Sign In Option on MyListing Add Listing Page for Less User Confusion

Powered by WPCodeBox

This MyListing code snippet helps website owners hide the “Sign In” option on the Add Listing Page, reducing user confusion caused by duplicate sign-in prompts in the header/navigation and submit form.


/**
 * Author: MyListing Club
 * Author URI: https://mylisting.club
 */

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

Other Snippets

WPCodeBox is a WordPress Code Snippets Manager that allows you to share your WordPress Code Snippets across your sites.