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 rating, 0 votes, rated)
You need to be a registered member to rate this post.Loading...