Request Invitation Button - Design

UNA13.1 in the cloud hosted by UNA

Please adjust the width of the Request Invitation Button :)

image_transcoder.php?o=sys_images_editor&h=2297&dpx=2&t=1729155713

Is this possible by Custom CSS in Protean?

  • 1160
  • More
Replies (2)
    • Hello @Peter !

      Yes, it's possible. You need to add the CSS style to the necessary place like:

      div.bx-inv-request-btn .bx-btn {
      	width: 100%;
      }
      
      • Thank You very much Leonid. Nice one!

        For others with the same mood 'beeing a bit picky concerning design issues'

        • studio/pages/system/sign up
        • create a raw block and place it on top, visibility of course only 'content'
        • fill with the style from above
        Login or Join to comment.