Hi KTS915
I’m using the Pytheas theme and I have been able to make some tweaks to the style CSS and Header.php despite being a newbie.
My site is: https://planningnavigator.co.uk/about/
I managed to get rid of the main title by inserting the following code in my header.php (as suggested on this thread https://www.s2member.com/forums/topic/s2member-widget-without-titles-in-php/):
<?php echo s2member_pro_login_widget(array(‘title’ => NULL, ‘profile_title’ => NULL)); ?>
Now I just want to get rid of the ‘membership login’ title, the ‘sign up now / forgot password’ links, and the ‘remember me’ box
Many thanks
Tom