- This topic has 3 replies, 2 voices, and was last updated 11 years, 11 months ago by .
Viewing 4 posts - 1 through 4 (of 4 total)
Viewing 4 posts - 1 through 4 (of 4 total)
- You must be logged in to reply to this topic.
Support site for Tips and Tricks HQ premium products
by
Tips and Tricks HQ Support Portal › Forums › WP eStore Forum › eMember – red line around login form and two other issues
Tagged: eMember, login form
I checked the forum and could not find anything about this minor issue.
I’m getting a red line around my login form on this page: http://3652sx.com/member-login/
How do I get rid of that line?
I am also getting an issue with the full width footer getting shortened on both sides only when in the WP affiliate “referrals” link and not any of the other links in the affiliate program. What can I do to fix this issue?
Thank you.
This theme is specifying a red border around every table via the CSS file. I am referring to the following CSS:
table {
border-collapse: separate;
border-spacing: 0;
border: 1px solid red;
}
If you fix that border CSS, it will remove that red border.
You should probably do this theme test:
https://support.tipsandtricks-hq.com/forums/topic/test-to-identy-a-conflicting-theme-or-plugin
If my full screen width footer image gets cut off on both sides when on the WP affiliate “referrals” link and not on any other link in the affiliates section, will that have any affect on anything else? Is this just look and feel?
I’m not so concerned about the look of the footer image being shortened on only that one link, but if there is a simple way to fix, please let me know.
Thank you.
This shouldn’t have any other effect (it is purely look and feel… the theme is messing up a little bit of CSS somewhere). if it is something I can see using my browser then I will be able to give a little more details.