• Great Plugin, But how to remove “.” before the attribute name, because i used it for only one attribute in custom text?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author 99w

    (@ninetyninew)

    Hi,

    Thank you for reviewing.

    If you mean the bullet points, then you can remove this via CSS, e.g.

    .wcpas-product-attributes {
      /* These remove the list styling */
      list-style: none;
      margin: 0;
      padding: 0;
    }

    You’d add this custom CSS code via your theme, usually in the additional CSS section of the customizer.

    Here is an example: https://jsfiddle.net/nzL8fmr4/

    Thread Starter organd

    (@organd)

    Thank you soo much, This was very helpful.

    Thread Starter organd

    (@organd)

    I just let you know i did a Magic with your plugin, You saved me.

    See here : https://pasteboard.co/qty3p0vhVUu1.png

    The left side is every single attribute in a single line beside of its description in right side.

    Thanks a lot, i’ll donate you soon, I promise.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Great Plugin’ is closed to new replies.