Home Forums WoodMart support forum Bullet Style

Bullet Style

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #40650

    Blaze
    Participant

    How to change the bullet style of product short description to black and bold.

    Attachments:
    You must be logged in to view attached files.
    #40697

    Artem Temos
    Keymaster

    You can use this CSS code to change the style

    .woocommerce-product-details__short-description > ul > li {
        list-style-type: disc;
    }
    #40957

    Blaze
    Participant

    Thanks a lot.

Viewing 3 posts - 1 through 3 (of 3 total)

The topic ‘Bullet Style’ is closed to new replies.