- Posts: 2
- Thank you received: 0
Top menu
-
yugomo
Inactive member -
Topic Author
- New Member
-
Less
More
14 years 3 months ago #4350
by yugomo
best regards...
recently purchased a template hot_designnow and I would like to know how to do the following
I would like to know how do I do, for the top menu to appear as it does on the demo, including the tabs where I put the mouse on. Another thing is that when I generate the panels (1 - 4) it shows me an "open" button, but I want to write the word "abrir" then make it bigger.
recently purchased a template hot_designnow and I would like to know how to do the following
I would like to know how do I do, for the top menu to appear as it does on the demo, including the tabs where I put the mouse on. Another thing is that when I generate the panels (1 - 4) it shows me an "open" button, but I want to write the word "abrir" then make it bigger.
Please Log in to join the conversation.
-
yugomo
Inactive member -
Topic Author
- New Member
-
Less
More
- Posts: 2
- Thank you received: 0
-
milos
Support Staff -
- Moderator
-
Less
More
- Posts: 6806
- Thank you received: 724
14 years 3 months ago - 14 years 3 months ago #4355
by milos
Replied by milos on topic Re: Top menu
For Top menu, please read this:
www.hotjoomlatemplates.com/blog/joomla-t...ems-and-subline-text
Regarding the Open text change, please edit file /templates/hot_designnow/js/toppanel.js in Notepad and change line
to
Regarding the Open text change, please edit file /templates/hot_designnow/js/toppanel.js in Notepad and change line
Code:
state = (state == 'Close' ? '<span id="shText">Open</span>' : '<span id="shText">Close</span>');
Code:
state = (state == 'Close' ? '<span id="shText">Your Open Text</span>' : '<span id="shText">Your Close Text</span>');
Last edit: 14 years 3 months ago by milos.
Please Log in to join the conversation.
Time to create page: 0.151 seconds