- Posts: 26
- Thank you received: 0
Where to Change Header H2 Tag?
-
DukeURL
Inactive member - Topic Author
- Member
Less
More
11 years 1 month ago - 11 years 1 month ago #34886
by DukeURL
Where to Change Header H2 Tag? was created by DukeURL
Hello,
I would like to change the H2 header tag to H1 and the H3 tags to H2. Where do I do that in the eCommerce template? I look ed in the index.php page in the template area but they were not there...
Thanks,
DukeURL
I would like to change the H2 header tag to H1 and the H3 tags to H2. Where do I do that in the eCommerce template? I look ed in the index.php page in the template area but they were not there...
Thanks,
DukeURL
Last edit: 11 years 1 month ago by DukeURL. Reason: added index.php page info
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
11 years 1 month ago #34895
by ivan.milic
Replied by ivan.milic on topic Where to Change Header H2 Tag?
You can change our template layout overrides:
templates\hot_ecommerce\html\
but there you have tags from joomla and many more from vm.
If you would just edit files under:
components\com_virtuemart\views\
next vm updates would probably erase your changes. So you can just override all vm views but be careful not to overwrite overrides we already put.
templates\hot_ecommerce\html\
but there you have tags from joomla and many more from vm.
If you would just edit files under:
components\com_virtuemart\views\
next vm updates would probably erase your changes. So you can just override all vm views but be careful not to overwrite overrides we already put.
Please Log in to join the conversation.
-
DukeURL
Inactive member - Topic Author
- Member
Less
More
- Posts: 26
- Thank you received: 0
11 years 1 month ago #34901
by DukeURL
Replied by DukeURL on topic Where to Change Header H2 Tag?
I looked in all of the html files and cannot find where to change <h2 to <h1 ...
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
11 years 1 month ago #34906
by ivan.milic
Replied by ivan.milic on topic Where to Change Header H2 Tag?
.php files you need to look in.
Please Log in to join the conversation.
-
DukeURL
Inactive member - Topic Author
- Member
Less
More
- Posts: 26
- Thank you received: 0
11 years 1 month ago - 11 years 1 month ago #34908
by DukeURL
Replied by DukeURL on topic Where to Change Header H2 Tag?
Hello,
To recap, I want to change Joomla template's <h2> to <h1> and <h3> to <h2>. In /templates/hot_ecommerce/html/modules.php, I found this code:
echo "<h3><span>".$hot_module_title[0]."</span>";
So, is that where I change the <h3> to <h2>? Also, I still cannot find where the Joomla template's <h2> tag is. Would you please tell me what file it is in? I did a search of the entire directory and did not find a <h2> tag for the Joomla template, only <h2> tags for Virtuemart...
P.S. I have searched for the code in .php files four times now and I still cannot find it...
Thanks,
DukeURL
To recap, I want to change Joomla template's <h2> to <h1> and <h3> to <h2>. In /templates/hot_ecommerce/html/modules.php, I found this code:
echo "<h3><span>".$hot_module_title[0]."</span>";
So, is that where I change the <h3> to <h2>? Also, I still cannot find where the Joomla template's <h2> tag is. Would you please tell me what file it is in? I did a search of the entire directory and did not find a <h2> tag for the Joomla template, only <h2> tags for Virtuemart...
P.S. I have searched for the code in .php files four times now and I still cannot find it...
Thanks,
DukeURL
Last edit: 11 years 1 month ago by DukeURL.
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
11 years 1 month ago #34918
by ivan.milic
Replied by ivan.milic on topic Where to Change Header H2 Tag?
Well there?? replace h3 with h2
Please Log in to join the conversation.
Time to create page: 0.169 seconds