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

    Hi Enfold team,
    How i can change or remove the word “from” on the product grid for a specific product. ?

    I am using woo commerce with woo commerce booking for my product.I have set my base cost to fix and there is no block cost on my product.

    I just want to display only the title and the plain cost (exclude the word from)

    #646968

    Hey sarutty,

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

    .page-id-337 .price {
        visibility:hidden;
    }
    .page-id-337 .price .amount{
        visibility:visible!important;
    }
    

    Best regards,
    Vinay

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