Quantcast
Channel: Discussions - T3 - Joomla Template Framework
Viewing all articles
Browse latest Browse all 3483

How to remove the copyright text for the T3 template

$
0
0
This is not a question, but an answer to one that may be frequently asked.

To non-destructively remove the copyright from the T3 template, create a rule in the custom.css file to set the display property for the t3-copyright class to none. So...
.t3-copyright {
display: none;
}
If there isn't such a file in the CSS folder, create one.

Viewing all articles
Browse latest Browse all 3483

Trending Articles