Viewing 2 reply threads
  • Author
    Posts
    • Kelly Crossley
      Participant
      Post count: 12

      How can I remove the My Listing Manager copy using CSS?
      http://search.soldbychuck.net/idx/userlogin

      I tried adding this code, which works, but it’s also hiding the home page carousel arrows, which means I haven’t targeted the correct element:

      /* REMOVES MY LISTING MANAGER COPY FROM MEMBER LOGIN
      --------------------------------------------- */
      .IDX-leadLoginForm .IDX-formContainer em, i {
      font-style: italic;
      line-height: inherit;
      visibility: hidden;
      display: block;
      position: absolute;
      }

      Thanks,
      Kelly

      Attachments:
      You must be logged in to view attached files.
      0 ratings, 0 votes0 ratings, 0 votes (0 rating, 0 votes, rated)
      You need to be a registered member to rate this post.
      Loading...
    • Nick Leech
      Keymaster
      Post count: 183

      This seems to work:

      #IDX-leadLoginForm i {display: none;}

      0 ratings, 0 votes0 ratings, 0 votes (0 rating, 0 votes, rated)
      You need to be a registered member to rate this post.
      Loading...
    • Kelly Crossley
      Participant
      Post count: 12

      It sure does. Thanks Nick! I appreciate your help.

      0 ratings, 0 votes0 ratings, 0 votes (0 rating, 0 votes, rated)
      You need to be a registered member to rate this post.
      Loading...
Viewing 2 reply threads
  • You must be logged in to reply to this topic.