- This topic has 2 replies, 3 voices, and was last updated 11 years, 10 months ago by .
Viewing 3 posts - 1 through 3 (of 3 total)
Viewing 3 posts - 1 through 3 (of 3 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 eMember › Register Button Style Sheet
Hi, I have a theme that has a lot of shortcodes for fancy buttons. I’d like to replace the button you have at the bottom of the register page with a shortcode version. Can you tell me how I would do that?
Also, I need to right justify the captcha and terms at the bottom. Where do I change that style?
Try using firebug to see what the css is.
Rather than editing theme or plugin css code directly, I like to use the lazyest stylesheet plugin. It always loads as the last stylesheet, and overrides any conflicts in other ones. Plus, I get to keep all my custom css in one place, and it doesn’t get overwritten with plugin or theme upgrades.
It should work for what you’re trying to do.
I’d like to replace the button you have at the bottom of the register page with a shortcode version. Can you tell me how I would do that?”
My initial feelings are that this would not be easy to do without heavy code modifications. The best option would be to tweak the CSS code like Jerry suggested.
Also, I need to right justify the captcha and terms at the bottom. Where do I change that style?
Please send a link to your form so we can take a look using firebug.