Skip to main content

How to change the color of the text in the menu?

Comments

1 comment

  • Official comment
    RSVPify Support Team

    Hi Ayrah!

    Thank you for reaching out. Happy to help!

    To change the color of the text menu and menu background to something other than white, you can indeed use custom CSS. You can add custom CSS to your event website by navigating to Event Website Builder > Form  Update Website Theme > Add Custom CSS. After adding your custom CSS, remember to save your changes and re-publish your event if it was already published. It's important to note that while RSVPify allows you to add custom CSS, they recommend that you only do so if you are well-versed in CSS and have fully tested your customizations.

    For example, if you want to change the background color of the menu, you could add a CSS code in the custom CSS section:

    .event-menu {
    background-color: white;
    }

    You would replace "white" with the hex code of the color you wish to use.

    I hope this was helpful. If any other questions come up, feel free to reach out!

    Best, 
    The RSVPify Team 

Please sign in to leave a comment.