Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
+1 vote
509 views
in Plugins by

I selected the category as plugins (as the query is related to a theme created by NoahY). First of all, thank you NoahY for such a great mobile theme. I installed on my website and it works faster and looks quite well.

I want to change the logo to my image logo. I can find this code in theme,php file, but what should I change to make it possible?

$this->content['logo'] = '<A HREF="../" CLASS="qa-logo-link">'.qa_opt('site_title').'</A>';

Q2A version: 1.5.4

1 Answer

0 votes
by

You'll find qa-logo under qa-theme (theme name) /images/qa-logo I'm assuming the plugin is making a call to that by default. So, delete it and replace it with the logo of your choice, saved under the same name and image format of the original.

...