How to disable Update Time from Ja Teline IV - Joomla! Forum - community, help and support
i want disable update time ja teline iv on top left side. can please guide how to?
create new file name "custom.css" /templates/ja_teline_iv_t3/css directory, add css
rule:code: select all
.ja-updatetime > span {
display: none;
}
.ja-updatetime {
display: none;
}
if want move headline vacant space, add following above code:code: select all
.headline {
margin-left: -225px;
}
Comments
Post a Comment