-- url of the page with the problem -- :
horimnet.co.il/new/index.php?option=com_...=checkout&Itemid=606
-- HikaShop version -- : 2.2.3
-- Joomla version -- : 3.2
Hi,
i want the required asterisk (*) appear on the right side of the text field in the registration form.
as you can see, i have done this in the second part of the registration by using css "float:right;"
on the span containing the asterisk like this:
<span class="hikashop_field_required">*</span>
but since the fields in the basic form don't have a span for the asterisk i can't css them.
<div class="control-group hikashop_registration_name_line" id="hikashop_registration_name_line">
<div class="control-label">
<label id="namemsg" for="register_name" class="required" title="">שם</label>
</div>
<div class="controls">
<input type="text" name="data[register][name]" id="register_name" value="" class="required" size="30" maxlength="50" style="
text-align: right;
"> *
</div>
</div>
how do you recommend doing this ? what file should i edit ?
Thank you