Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
QUESTION How to add my company logo?
#7
For some reason i read source code and assumed this was for the back end SITENAME.
As it is a trvial thing for front end, as you are meant to modify templates., thats the point and why we include a theme editor.

So ignore this, but if you wanted this on backend here.


........

Use the css and stick a psuedo element..

Code:
#sitename:before {
display:inline-block;
content: "";
background-image: url("/dev/getsimple/develop/data/uploads/image-2.gif");
width: 100px;
height:100px;
float:left
}

http://get-simple.info/extend/plugin/cus...in-css/15/

Or use my hook component plugin or a plugin and insert using jquery.
NEW: SA Admin Toolbar Plugin | View All My Plugins
- Shawn A aka Tablatronix
Reply


Messages In This Thread
How to add my company logo? - by JonBoy49 - 2016-02-21, 12:37:59
RE: How to add my company logo? - by jwzumwalt - 2016-02-22, 08:36:17
RE: How to add my company logo? - by shawn_a - 2016-02-22, 09:20:28
RE: How to add my company logo? - by Charpy1 - 2016-02-23, 02:49:39
RE: How to add my company logo? - by datiswous - 2016-02-23, 04:33:40
RE: How to add my company logo? - by JonBoy49 - 2016-02-23, 06:30:33
RE: How to add my company logo? - by shawn_a - 2016-02-23, 07:26:32



Users browsing this thread: 1 Guest(s)