how to remove"powerd by vanilla"

how to remove"powerd by vanilla" verions 2.0.18.8

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

Sign In or Register to comment.