latest stable versions: v150827 (changelog)

Old Forums (READ-ONLY): The community now lives at WP Sharks™. If you have an s2Member® Pro question, please use our new Support System.

Customizing Profile Edit Pop UP Page with css

Home Forums Community Forum Customizing Profile Edit Pop UP Page with css

Tagged: , , ,

This topic contains 1 reply, has 2 voices. Last updated by  Jason (Lead Developer) 3 years, 11 months ago.

Topic Author Topic
Posted: Sunday Jan 20th, 2013 at 5:32 pm #38499

Looking for a w ay to style the pop out user profile edit form.

Thank you

List Of Topic Replies

Viewing 1 replies (of 1 total)
Author Replies
Author Replies
Posted: Sunday Jan 20th, 2013 at 9:05 pm #38546
Staff Member

Thanks for your inquiry. ~ We appreciate your patience :-)

Please create this directory and file:
/wp-content/mu-plugins/s2-hacks.php
(NOTE: these are MUST USE plugins, see: http://codex.wordpress.org/Must_Use_Plugins)
(See also: http://www.s2member.com/kb/hacking-s2member/)

<?php
add_action('ws_plugin__s2member_during_profile_head', 's2_profile_css');
	function s2_profile_css()
		{
			?>
			
			<style type="text/css">
				/* Your CSS here. */
			</style>
			
			<?php
		}
?>
Viewing 1 replies (of 1 total)

This topic is closed to new replies. Topics with no replies for 2 weeks are closed automatically.

Old Forums (READ-ONLY): The community now lives at WP Sharks™. If you have an s2Member® Pro question, please use our new Support System.

Contacting s2Member: Please use our Support Center for bug reports, pre-sale questions & technical assistance.