PDA

View Full Version : remove All times are GMT in footer page


muimui
11-09-2015, 04:25 AM
how to remove "All times are GMT. This page was generated at 06:22 AM." in footer page

thank you

DemOnstar
11-09-2015, 05:40 AM
You could try adding.. .


#footer-current-datetime {
display: none;
}

to your css_additional.css

billstelling
11-09-2015, 12:52 PM
Better to use vb:comment around the code in the footer template as it does not need anything added to additional.css. The more you add to it the bigger impact it has site load times.

<vb:comment></vb:comment>

DemOnstar
11-09-2015, 06:10 PM
Better to use vb:comment around the code in the footer template as it does not need anything added to additional.css. The more you add to it the bigger impact it has site load times.

<vb:comment></vb:comment>

Of course it does depend on whether one has knowledge to which template needs editing but still worth knowing. Thanks for that. . .:up: