This topic has 13 replies, 2 voices, and was last updated 9 years, 5 months ago ago by Eva Kemp
Hello there,
I wanna add to my short description for my products a list, so I added the code via wysiwyg:
<ul>
<li></li>
<li></li>
</ul>
The code is viewable in the source code, but isn´t shown in the frontend, maybe because of some css-code? Is there a way to show the typical list icons?
Thank you!
Hello,
Please provide us with wp-admin panel credentials and a link to product page where you added the list.
Thank you.
Regards,
Eva Kemp.
Hello Eva,
I give you all informations in the private content.
The problem also happens in the long description 😉
Thank you!
Hello,
Sorry, but the credentials are incorrect.
Please check them.
Regards,
Eva Kemp.
Hello Eva,
i´m sorry, I forget to give you the rights you need, please check it again!
With best regards,
Finkster
Hello,
I’ve added this code in custom.css file:
li {
list-style: inside disc none;
}
Please check the list now.
Regards,
Eva Kemp.
Hello,
thank you, everyting runs well!
Is there a reason why this is not able without changing the css,
i think other users will also miss the possibility to do that?
Thank you,
Finkster
Hello,
The reason is by default this code is written in style.css:
li {
list-style: inside none none;
}
That’s why list wasn’t working.
Regards,
Eva Kemp.
Hello there,
now I have another problem. The point also appears in the sidebar,
but I only want it in the description of the product itself.
Link in private content.
Thank you,
Finkster
Hello,
Please add this code in custom.css file:
.sidebar-widget .product_list_widget li:last-child, .sidebar-slider .product_list_widget li:last-child {
list-style: none !important;
}
Regards,
Eva Kemp.
Hello,
there is still a situation, where points appears at the wrong place.
In the widget for the last seen product, there still appears a point before every product, but not at the last one.
Thank you,
Finkster
Hello,
also the point appears in the cart, this looks a little bit weired.
Thanks for your help,
Finkster
Hello,
Please add this code as well:
.sidebar-widget .product_list_widget li, .sidebar-slider .product_list_widget li, .cart-popup-container .order-list li {
list-style: none !important;
}
Regards,
Eva Kemp.
You must be logged in to reply to this topic.Log in/Sign up