Hi, does anyone know how I can change the colour of the paid subscriptions link in the user cp, say to red, to make it stand out better? thanks. david
paid subscriptions links colour
Collapse
X
-
paid subscriptions links colour
Tags: None -
You can edit the template: USERCP_SHELL
Find this code:Code:<if condition="$show['paidsubscriptions']"> <tr> <td class="$navclass[paid_subscriptions]" nowrap="nowrap"><a class="smallfont" href="payments.php$session[sessionurl_q]">$vbphrase[paid_subscriptions]</a></td> </tr> </if>
-
widgetinstance 262 (Related Topics) skipped due to lack of content & hide_module_if_empty option.
Comment