I want to edit registration message, I used Joomla 3 template beez 3 I want to change the style (css) message Registration 3 joomla COM_USERS_REGISTRATION_COMPLETE_VERIFY. I know that changing Registration message content from the en-FR.com-users.ini (French), but how to change the colors of text and rear map and make hyperlinks and separate sentences with white line
0
votes
1 Answers
1
votes
no need to hack ;)
In the back-end of your site :
- Under the « Extensions » menu select « Language(s) » sub-menu.
- In the left panel choose « Overrides »
- In the filter select your languages that you want to override
- Select the « New » button to create your override
- At the right part you'll see « Search text you want to change. »
- You can search for a « Constant » with « COM_USERS_REGISTRATION_COMPLETE_VERIFY » or you can search the « value » like the sentence that you want to replace.
- After selection your constant or value you will have to enter in the « Text » field your alternative text and click « Save & Close »
By following this links you can find more visual examples :