hi, i tried several codes i found here on the forum but none of them worked
link to my shop: http://wetlinepro.com/shop/
i am reffering to the upper short description (not the tabs)
i would like to get the bullets to show.
thanks for your help!
Eynav.
link to a product that has bullets: http://wetlinepro.com/product/zebra/
anyone?
tried clearing cache and history
tried refreshing
tried these codes:
.summary.entry-summary ul {
list-style: disc outside;
}
#top .summary .description ul, #top .woocommerce-tabs ul{
list-style: disc inside;
still bullets not showing.
Does this work (as Custom CSS)?
.summary.entry-summary ul {
margin-left: 15px!important;
}
yay! it worked! thanks a bunch!