Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #210842

    Ok,

    I had another thread opened, but it was closed.

    I managed to place bullets in the product description part of WooCommerce, however, I was wondering if it’s possible to add bullets in the short description section?

    I have them in edit mode, but they do not appear once the page is live.

    The page I’m speaking about is:

    There should be bullets in the top section (short description) but they do not appear. They only appear in the description, below.

    Any way of getting them to work in the short description?

    Thanks,

    #211091

    Hey targetzero!

    You forgot the url. Anyway, add this on Quick CSS:

    .summary.entry-summary ul {
    list-style: disc outside;
    }

    Regards,
    Ismael

    #211307

    Thanks for the reply Ismael, but that did not appear to work.

    Here’s the link:

    Thank you.

    #211891

    Hi!

    Please try following code instead. If it doesn’t work please post the url to your website.

    
    #top .summary .description ul, #top .woocommerce-tabs ul{
    list-style: disc inside;
    }
    

    Regards,
    Peter

    #212521

    Dude, that worked, thanks!

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Bullets in Short Description?, Enfold and WooCommerce’ is closed to new replies.