Documentation
All categoriesLookChange the color of the text when the booking is completed "Thank you for your booking"
Change the color of the text when the booking is completed "Thank you for your booking"
Main Menu -> Appearance
What does the code do?
To change the color of the text "Thank you for your booking" after the booking has been completed, you can add CSS code.
Guidance
1. Go to "Appearance" in the menu.
2: Navigate through the different available skins. Find the skin that says "Selected".
3: Click directly on the image or preview of your chosen look to open edit mode.
4: Scroll down until you find a section labeled "Custom CSS."
5: In the field under "Custom CSS", paste the CSS code you find below.
6: After entering the code, click the “Save” button to confirm the changes. Your selected theme will now be updated with the custom CSS.
NB. Updating the code may take a few hours due to cache. We recommend deleting cookies in your browser.
CSS Code
.booknetic_appointment_finished_title { color: #947B5D; /* Sets the text color to brown */ }
Rate and review
HelpfulNot useful