Hi all,
Want to modify the error message text & perhaps bigger or bolder, but can't find where.
Image says it all.
Tnx in advance.
open screen.css.php in catalog/view/theme/shoppica2/stylesheet find this code
put this code
Result
Code: Select all
#product_options .s_error_msg
{
clear: none !important;
<?php if ($language == 'ltr'): ?>
margin-left: 40% !important;
<?php else: ?>
margin-right: 40% !important;
<?php endif; ?>
}
Code: Select all
font-weight: bold !important;
Code: Select all
#product_options .s_error_msg
{
clear: none !important;
<?php if ($language == 'ltr'): ?>
margin-left: 40% !important;
font-weight: bold !important;
<?php else: ?>
margin-right: 40% !important;
font-weight: bold !important;
<?php endif; ?>
}
Hi & thanks for that quick reply !
worked great, although I just put:
/*bold the 'must select a size message'*/
#product_options .s_error_msg {font-weight: bold !important;}
into the shoppica2 custom stylesheet menu page
Where to edit the actual txt though?
cheers
worked great, although I just put:
/*bold the 'must select a size message'*/
#product_options .s_error_msg {font-weight: bold !important;}
into the shoppica2 custom stylesheet menu page

Where to edit the actual txt though?
cheers
In cart.php in catalog/language/english/checkout
find this code
find this code
Code: Select all
$_['error_required'] = '%s required!';
Who is online
Users browsing this forum: No registered users and 63 guests