Tagged: ,

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #667136

    How can I edit (color, alignment) or delete the Woo Product Description Style on my product page?

    #668553

    Hey KK,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    .inner_product p {
        color: orange;
        text-align: center;
    }
    

    or

    .inner_product p {
        display: none; 
    }

    Best regards,
    Yigit

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