Community Support Forums — WordPress® ( Users Helping Users ) — 2012-01-26T22:22:01-05:00 http://www.primothemes.com/forums/feed.php?f=4&t=16217 2012-01-26T22:22:01-05:00 http://www.primothemes.com/forums/viewtopic.php?t=16217&p=61712#p61712 <![CDATA[Re: font change]]>

Statistics: Posted by Raam Dev — January 26th, 2012, 10:22 pm


]]>
2012-01-26T16:47:07-05:00 http://www.primothemes.com/forums/viewtopic.php?t=16217&p=61676#p61676 <![CDATA[Re: font change]]> Statistics: Posted by loewenberg — January 26th, 2012, 4:47 pm


]]>
2012-01-23T15:41:36-05:00 http://www.primothemes.com/forums/viewtopic.php?t=16217&p=61324#p61324 <![CDATA[Re: font change]]> /wp-content/plugins/s2member-pro/includes/separates/gateways/paypal/paypal.css

Search for s2member-pro-paypal-form-description-div and change the font there. Note that upgrades to s2Member may overwrite those changes.

Statistics: Posted by Raam Dev — January 23rd, 2012, 3:41 pm


]]>
2012-01-18T01:54:10-05:00 http://www.primothemes.com/forums/viewtopic.php?t=16217&p=60875#p60875 <![CDATA[Re: font change]]>
i've used css inspectors but i can't seem to nail that font style. I don't want to do anything to the s2 member overall style...i just want to change that one font.

Can you direct me?

thanks.

Statistics: Posted by loewenberg — January 18th, 2012, 1:54 am


]]>
2011-12-17T05:37:58-05:00 http://www.primothemes.com/forums/viewtopic.php?t=16217&p=56753#p56753 <![CDATA[Re: font change]]>
You could also remove s2Member's styles completely and style the pro-form yourself. From the FAQs:


How can I prevent s2Member Pro from loading it's default CSS?

You can create this directory and file: /wp-content/mu-plugins/s2-hacks.php

Code:
<?php
add_action 
("ws_plugin__s2member_after_loaded""remove_s2_pro_css");
function 
remove_s2_pro_css ()
    {
        
remove_action ("ws_plugin__s2member_during_css""c_ws_plugin__s2member_pro_css_js::css");
    }
?>


Or, you could remove only specific action Hooks; based on Payment Gateway.

Code:
<?php
add_action 
("ws_plugin__s2member_after_loaded""remove_s2_pro_css");
function 
remove_s2_pro_css ()
    {
        
remove_action ("ws_plugin__s2member_during_css""c_ws_plugin__s2member_pro_alipay_css_js::alipay_css");
        
remove_action ("ws_plugin__s2member_during_css""c_ws_plugin__s2member_pro_authnet_css_js::authnet_css");
        
remove_action ("ws_plugin__s2member_during_css""c_ws_plugin__s2member_pro_ccbill_css_js::ccbill_css");
        
remove_action ("ws_plugin__s2member_during_css""c_ws_plugin__s2member_pro_clickbank_css_js::clickbank_css");
        
remove_action ("ws_plugin__s2member_during_css""c_ws_plugin__s2member_pro_google_css_js::google_css");
        
remove_action ("ws_plugin__s2member_during_css""c_ws_plugin__s2member_pro_paypal_css_js::paypal_css");
    }
?>



I hope it helps! :)

Statistics: Posted by Cristián Lávaque — December 17th, 2011, 5:37 am


]]>
2011-12-16T11:56:02-05:00 http://www.primothemes.com/forums/viewtopic.php?t=16217&p=56680#p56680 <![CDATA[Re: font change]]> Statistics: Posted by loewenberg — December 16th, 2011, 11:56 am


]]>
2011-12-15T13:26:21-05:00 http://www.primothemes.com/forums/viewtopic.php?t=16217&p=56602#p56602 <![CDATA[Re: font change]]>
thanks

Statistics: Posted by loewenberg — December 15th, 2011, 1:26 pm


]]>
2011-12-15T04:44:11-05:00 http://www.primothemes.com/forums/viewtopic.php?t=16217&p=56571#p56571 <![CDATA[Re: font change]]> !important for your style?

Statistics: Posted by Cristián Lávaque — December 15th, 2011, 4:44 am


]]>
2011-12-13T16:30:05-05:00 http://www.primothemes.com/forums/viewtopic.php?t=16217&p=56438#p56438 <![CDATA[Re: font change]]> Statistics: Posted by loewenberg — December 13th, 2011, 4:30 pm


]]>
2011-12-06T17:57:00-05:00 http://www.primothemes.com/forums/viewtopic.php?t=16217&p=54700#p54700 <![CDATA[font change]]>
div.s2member-pro-paypal-form-description-div {
font-size: 140%;
font-family: 'Consolas','Courier New',monospace;
}

in the s2member.css file, i replaced the serif font family with the sans-serif to match the site but the text stays the same.

can you direct me please as to where i can change the style of that font? thanks!

Apply On Line.png

Statistics: Posted by loewenberg — December 6th, 2011, 5:57 pm


]]>