• Resolved arav43

    (@arav43)


    I tried using the Hidden Price Rule with the Request Quote Button, and it worked perfectly. However, two strange lines appear in place of the Add to Cart button. I’m currently using the Blocksy theme.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Thanks for reaching out. The border is coming from the theme

    image . You can add custom css to remove the border Appearance > Customize > additional Css:

    .product[class*=gallery] .entry-summary-items>* {
    margin-bottom: 0px !important;
    }

    This should work.

Viewing 1 replies (of 1 total)
  • You must be logged in to reply to this topic.