Since the tagline is hard coded into the theme's master template, you will need to modify the /themes/nebula/views/default.master.tpl file. Change the text inside the tagline div there.
You will probably have to empty your cached smarty compile folder to see your changes instantly. (/cache/Smarty/compile).
Comments
Welcome to the community!
Since the tagline is hard coded into the theme's master template, you will need to modify the
/themes/nebula/views/default.master.tpl
file. Change the text inside the tagline div there.You will probably have to empty your cached smarty compile folder to see your changes instantly. (
/cache/Smarty/compile
).Good luck!
Search first
Check out the Documentation! We are always looking for new content and pull requests.
Click on insightful, awesome, and funny reactions to thank community volunteers for their valuable posts.
works! thanks