'back to top' and Order Button
Professional Joomla restaurant template comes with a custom animated modules and advanced typography elements.
I need to remove the 'back to top' text shown here
http://awesomescreenshot.com/0c56qm958Where can I do this so that it removes it completely from enitre site?
-
- Fresh Boarder
Hi
Please add this code to css to hide it:
- Code: Select all
a.itemBackToTop { display:none; }
-
- Moderator
-