I am trying to add a BBB logo to Pro footer which is a script. What is the best way to add script to the footer.
Hi @bsquareweb,
If you have an image file for the logo, you can simply add it to the Footer by adding an img HTML in X > Theme Options > Footer > Footer Content:
<img src="THE_IMAGE_PATH" alt="BBB Logo" />
You may upload the image file in the Wordpress media section and get the image path from there then replace THE_IMAGE_PATH
in the code above with it.
Hope this helps.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.