how to remove"powerd by vanilla" verions 2.0.18.8
You can find it using a web inspector and editing the custom.css of the theme. The code below may or may not work. It is a wild guess..
#Foot a { display:none; }
try searching to forums. this has been asked multiple times.
Thanx
Comments
You can find it using a web inspector and editing the custom.css of the theme.
The code below may or may not work. It is a wild guess..
#Foot a {
display:none;
}
try searching to forums. this has been asked multiple times.
Thanx