Skip to main content

Brizy Cloud: Dynamic content limited with text

Comments

4 comments

  • KC George

    Hi

    For First Name and Last Name of a registered user, please use the 'Login' element and then select the 'Authorized' Type

    This element will display the user's name and Logout options next to each other

     

    0
  • Dean B.

    Thank you! How do I change the text color of "Logout"? I have a dark background and the blue text color of "Logout" is difficult to see. 

    0
  • Ariel H.

    Hi,

    Thank you for keeping in touch.

    Unfortunately, there is no option in the editor to change it; however, you can use the following custom CSS - https://prnt.sc/jFXVsgZwMxMb

    I have pasted it here, so you can copy it and place it in the custom CSS area.

    .brz .brz-login__authorized span {
        cursor: pointer;
        color:red !important;
    }

    You may change the color as needed.

    Please try this and let me know how it goes.

    Best regards,
    Ariel H.

    0
  • Dean B.

    Thank you! That worked! :) 

    0

Please sign in to leave a comment.