On 04.06.2021 06:06, Ivan Drinks Sr wrote:
In OfBiz setup there is mention of an Image URL for logos. Where is this
located? It used to be framework/images/webapp/images. However, I do not see
this. The Content Manager allows you to upload a logo, but how do one access
these images in setting up a Header Logo? Or CSS?
Thanks for your help.
You can schedule a meeting with me here<https://calendly.com/realitytechnology>
Warm Regards,
[https://reality-technology.com/wp-content/uploads/2020/12/logo.png]
Ivan Drinks Sr.
Executive Vice President
Locations:
Kansas City, Missouri Phone: 816-929-8375 Fax: 816-265-2741
Denver, Colorado Phone: 303-757-1107 Fax: 303-757-1108
Email:
[email protected]<https://east.exch027.serverdata.net/owa/redir.aspx?C=em83b8dYdEOVXQd1qGFCWBxgyD7sCNEIZLgKN7bYhTZmmZLEu4Ma-ShAXycJzf-SvPt1WfSe4DE.&URL=mailto%3aivan.sr%40reality-technology.com>
Website: www.reality-technology.com<http://www.reality-technology.com>
IMPORTANT NOTICES:
1. This electronic communication, including the message above and any attached
files, is privileged and confidential. It is intended for the named recipient
only. Anyone receiving this communication in error is NOT authorized to read,
rely upon, copy or distribute the message or attached files, but must
immediately notify Ivan Drinks Sr. at [email protected].
Hello Sr. Ivan,
It might help to look into the "themes/common-theme/webapp/images" folder.
I am working on creating a new theme (plugin) and i changed the logo
from the .less file:
- i set the #company-logo {...... background: url("images/my-logo.png")
no-repeat left top / cover; }}
Good luck.