Hello,
Is there anyway to change the name of the header in the Front Page, ex: #gkHeader, #gkBottom1, etc.
I need to localize my website so I have to change it.
Thanks,
Giang Anh
<div id="myNewHashtag"></div>
Cyberek wrote:You need to use module editor and disable tinyMCE first (change editor to none in global settings).
.onepage #gkHeader .box.service,
.onepage #gkBottom1 .box.about,
.onepage #gkBottom1 .box.contact {
padding: 0px !important;
}