- This topic has 2 replies, 2 voices, and was last updated 7 years, 4 months ago by .
Viewing 3 posts - 1 through 3 (of 3 total)
Viewing 3 posts - 1 through 3 (of 3 total)
- You must be logged in to reply to this topic.
Support site for Tips and Tricks HQ premium products
by
Tips and Tricks HQ Support Portal › Forums › WP Affiliate Platform › WP Affiliate Tweaks › Setting color of "*" properly in register_view.php
Hello,
In the view/register_view.php file, I’m wondering why the asterisks aren’t colored red.
For example, line 221 is this:
<td><?php echo AFF_USERNAME; ?><span class="required">*</span></td>
Shouldn’t it be this?
<td><?php echo AFF_USERNAME; ?><span class="required"><font color="#CC0000">*</font></span></td>
Please let me know. I’ve fixed it on my /affiliates/?wp_affiliate_view=signup and now the * appear as red.
Thanks!
No one asked to make it red before. We will make the change.
Thank you.
The heading on the top by default says “Please note that fields marked * are required.” And the * is red. So I figured they should all be red.
Makes sense, right?