I want to change the JM-Tabs’ text which is Latest Products, Best Seller and Brands.
Anyone know how to do it? Please, urgent!
1 answer
Dear victorlai again,
Pls go to Backend > CMS > Pages > Your home page > Design section, in Layout Update XML you will see this code:
Code:
<!-- Top Spotlight - topsl --> <reference name="topsl"> <block type="joomlart_jmtabs/core" name="jmtabs"> <action method="addTabs_staticblock"> <title>Latest products</title> <identifier>position-14</identifier> <use_scrollerbar>0</use_scrollerbar>use_scrollerbar> </action> <action method="addTabs_staticblock"> <title>Best seller</title> <identifier>position-15</identifier> <use_scrollerbar>0</use_scrollerbar>use_scrollerbar> </action> <action method="addTabs_staticblock"> <title>Brands</title> <identifier>position-16</identifier> <use_scrollerbar>0</use_scrollerbar>use_scrollerbar> </action> </block>
Change 3 above titles to your own words.
Hope this helps.