Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #835586

    Woo Product – short description – the AVIA editor does not work but the standard woocommerce format does not seem to work either.
    I’d like to format my product with at least some bullet points – the bullets look like they are there in Visual and Text mode -but they do not show up when view product – it’s like the format is getting written over.

    Any ideas?
    Thank you

    #836305

    Hey pathaug,

    Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look? Could you please attach a mockup of what you’re trying to achieve?

    Best regards,
    Victoria

    #837673

    Thank you for your assistance-
    This is on all my woo products – there is no formatting showing on the site although in the editor it does have formatting –
    Enfold says we cannot use AVIA editor on woo products but it seems like I’m not able to use woo editor either .
    I’d like to make the products easier to read by adding bullet points-
    ———————————————————————-
    example of product editor – formatting is there
    Features of the Cutters Mate Glass Cutter

    • CSG-10 oil-fed cutting head. The oil reservoir extends through the handle for easy filling
    • Modular construction for one-step assembly and storage. Ready to use right out of the box
    • Rubber feet for use on a tabletop, bench surface, or light table
    • Use on a flat surface or with the Waffle Grid
    • Low maintenance
    • ———————————————————————-
      example of what site looks like (no bullets):
      Features of the Cutters Mate Glass Cutter

      CSG-10 oil-fed cutting head. The oil reservoir extends through the handle for easy filling
      Modular construction for one-step assembly and storage. Ready to use right out of the box
      Rubber feet for use on a tabletop, bench surface, or light table
      Use on a flat surface or with the Waffle Grid
      _________________________________________________
      I’ve tried to fix – I added this to css – but does not seem to work either

      .main_color ul {list-style-type: disc !important;}
      .main_color li {padding-left: 1.5em;}

      Thank you

    #838558

    Hi pathaug,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    .main_color .woocommerce-product-details__short-description li {
         list-style: disc outside !important;
         margin-left: 20px;
         padding-left: 0.5em;
    }
    .main_color .woocommerce-product-details__short-description ul {
       margin-left: 20px;
    }
    

    If you need further assistance please let us know.
    Best regards,
    Victoria

    #842672

    this worked great – thank you

    #843858

    Hi pathaug,

    Glad we could help :)

    If you need further assistance please let us know.
    Best regards,
    Victoria

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