Hello,
Is it possible to change default "bullet" like symbol? When I published the product description using <ul> <li>, it displays default bullet like symbols. Can I change it to an image?
Thanks!
Is it possible to change default "bullet" like symbol? When I published the product description using <ul> <li>, it displays default bullet like symbols. Can I change it to an image?
Thanks!
Post error. See my next post.
Last edited by kdmp on Fri Sep 18, 2009 8:45 am, edited 1 time in total.
Kevin Davidson
Purolator Shipping Module
Canpar Shipping Module
VQMod - Paypal Transaction ID to Payment Details
Yes, it is done with CSS.
Look in your themes stylesheet.css for:
If you want to change the separator for the breadcrumbs you can do that here:
catalog/language/english.php
and find this line:
$_['text_separator'] = '';
This will affect the category menu and the breadcrumbs.
Look in your themes stylesheet.css for:
Code: Select all
#category ul {
margin-top: 0px;
margin-bottom: 0px;
margin-left: 8px;
padding-left: 12px;
list-style: url('../image/bullet_1.png'); <---Change this
}
If you want to change the separator for the breadcrumbs you can do that here:
catalog/language/english.php
and find this line:
$_['text_separator'] = '';
This will affect the category menu and the breadcrumbs.
Kevin Davidson
Purolator Shipping Module
Canpar Shipping Module
VQMod - Paypal Transaction ID to Payment Details
Hi,
Thanks for your reply. I successfully changed the "Category" and "Information" modules default bullets (replaced the "bullet_1.png" and "bullet_2.png" with my images.)
When I publish the product description, it displayed the default bullet symbol (circle) in the unordered lists. Is it possible to change this circle bullet to an image that I used for Information module (i.e., bullet_2.png)?
Thanks in advance!
Thanks for your reply. I successfully changed the "Category" and "Information" modules default bullets (replaced the "bullet_1.png" and "bullet_2.png" with my images.)
When I publish the product description, it displayed the default bullet symbol (circle) in the unordered lists. Is it possible to change this circle bullet to an image that I used for Information module (i.e., bullet_2.png)?
Thanks in advance!
The style is set in the product.tpl template file, so it could be changed there, but the <ul> is not present there to set a style to.
Your best bet is to add something like this to your stylesheet:
That should get you in the right area.
Your best bet is to add something like this to your stylesheet:
Code: Select all
#tab_description ul {
list-style: What you want here
}
Hi kdmp,
It works 100% - Thank you for your tip!
It works 100% - Thank you for your tip!
kdmp wrote:The style is set in the product.tpl template file, so it could be changed there, but the <ul> is not present there to set a style to.
Your best bet is to add something like this to your stylesheet:
That should get you in the right area.Code: Select all
#tab_description ul { list-style: What you want here }
Glad I could help!
Kevin Davidson
Purolator Shipping Module
Canpar Shipping Module
VQMod - Paypal Transaction ID to Payment Details
Who is online
Users browsing this forum: No registered users and 7 guests