• Resolved pacificlight8

    (@pacificlight8)


    Thank you for your plugin, it’s useful
    i want insert default text before brand
    Example:
    Brand: Adidas
    i need “Brand: ” before Adidas
    Thank you!

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Contributor titodevera

    (@titodevera)

    Hi pacificlight8.

    Where (on the archive, shortcode, product loop…) do you want to add it?

    Thread Starter pacificlight8

    (@pacificlight8)

    In Single Product Page
    Thank you ??

    Plugin Contributor titodevera

    (@titodevera)

    Hi pacificlight8

    The easiest way is by using css:

    
    .single-product .pwb-single-product-brands::before {
        content: "Brand:";
        margin-right: 6px;
    }
    

    ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Insert default text before brand’ is closed to new replies.