Support Forum
The display template functions are all in the spHead.php template (in the /templates folder of your SP theme). They should be easy to find. They are all one after the other in the 'userInfo' section near t5he top.
But - you seem to be suggesting that you just want to not display the icons... is that correct? Or do you mean the whole button?
If the whole button then just comment out the display function.
If just the icon then al of those functions have an 'icon argument which can be set to empty, Taking the register button as an example this would look like:
sp_RegisterButton('icon=&tagClass=spButton spRight', __sp('Register'), __sp('Register'));
which should result in removing the icon.
YELLOW
SWORDFISH
|
Great. Thanks for the update.
Don't forget... as always we recommend that you create your own SP theme so that any customisation is not lost during a future update. (http://codex.simple-press.com/.....g-a-theme/)
YELLOW
SWORDFISH
|
1 Guest(s)