Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #486778

    Is there a way to allow basic text formatting such as bold and unordered lists for the Woocommerce single product page short description?

    Maybe a function.

    #486861

    Hey mattmikulla!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .single-product div[itemprop="description"] {
        font-weight: bold;
    }
    .single-product div[itemprop="description"] li {
        list-style-type: disc;
    }

    Regards,
    Yigit

    #487406

    Hey Yigit. I think you misunderstood me.

    I don’t want to make the whole short description bold. I want to have the ability to use the normal visual editor to selectively add bullets, bold words, and maybe add a headline.

    Basically I want all the styling available in the regular product descriptions.

    #487944

    Hi!

    not sure what you mean. Why can’t you use the default visual editor? Can you show us a link showing what you mean?

    Best regards,
    Andy

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.