Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Hardeep Asrani

    (@hardeepasrani)

    Hey @gauravtiwari,

    Thank you for trying out our newest block! It’s not possible to change the label right now but we will add this to our notes for the future version of the block.

    Thank you again for the feedback!

    Here’s a CSS hack to change the CTA text

    selector .wp-block-themeisle-blocks-review__footer_label {
      text-indent: -9999px;
      line-height: 0; /* Collapse the original line */
    }
    
    selector .wp-block-themeisle-blocks-review__footer_label::after {
      content: "New text";
      text-indent: 0;
      display: block;
      line-height: initial; /* New content takes up original line height */
    }

    I would love to see this implemented as well, it’s the one thing keeping us from fully migrating to this Otter review option.

    Mat

    (@mateithemeisle)

    Hello @asterix and @gauravtiwari,

    Thank you for your feedback and apologies for the delayed reply!

    As @hardeepasrani mentioned we will add this request to our notes and the team will make sure that it is taken into consideration for future releases of the product.

    In the meantime, you could try the solution provided by @tddnames in this particular case as it should get the job done.

    Thank you all for your responses and have an amazing day!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘“Buy this product” text in review block’ is closed to new replies.