• Resolved petaguy

    (@petaguy)


    I like the review system but do not need or want the call to action button. How can this button be hidden or disabled? I tried clearing color and having no text but those things do not seem to work.

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Ultimate Blocks

    (@ultimateblocks)

    Hi,

    We are glad to know that you like the Review block.

    As of now, we don’t have a built-in option to Hide/Disable the button. But it can be done using CSS.

    The following CSS will hide the Call to Action button:

    
    .ub_review_cta_btn {
    	display: none;
    }
    

    Please let us know if you need further assistance with this.

    Regards.

    Plugin Author Ultimate Blocks

    (@ultimateblocks)

    Hi,

    Were you able to do it?

    Please let us know.

    Regards.

    Plugin Author Ultimate Blocks

    (@ultimateblocks)

    Hi,

    We hope you were able to do it.

    We are marking it resolved.

    Regards.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Call to action button in Review – how to disable’ is closed to new replies.