Post by Joey » Thu Jul 10, 2008 9:05 am

I have one last issue that I would be greatful if someone could help me on. The default template has a banner upper left that says...YOUR STORE and under it say's "your company slogan"  What PHP or CSS file do I get into to change that?  I saw no option in the store set up to change that.  Thanks.

Joe

Newbie

Posts

Joined
Thu Jul 10, 2008 8:20 am

Post by fido-x » Thu Jul 10, 2008 10:22 am

Hi Joey,

In the file "catalog/template/default/css/default.css", you'll find a section starting with the following code:-

Code: Select all

#header .a {
	background: url('../image/logo.png') no-repeat;
	behavior: url('catalog/javascript/png/iepngfix.htc');
The referenced image is located in the "catalog/template/default/image" directory.

Regards, Fido-X.

Image
Modules for OpenCart 2.3.0.2
Homepage Module [Free - since OpenCart 0.7.7]
Multistore Extensions
Store Manager Multi-Vendor/Multi-Store management tool

If you're not living on the edge ... you're taking up too much space!


User avatar
Expert Member

Posts

Joined
Sat Jun 28, 2008 1:09 am
Location - Tasmania, Australia

Post by Joey » Thu Jul 10, 2008 11:35 am

That image is stricly the gradient BG that is aligned at the top via the CSS rule.  The actual banner text is something different.  I already changed the BG image but the actual text is still there upper left corner which leads me to believe that it is elsewhere to be edited.  Get me?

Newbie

Posts

Joined
Thu Jul 10, 2008 8:20 am

Post by Joey » Thu Jul 10, 2008 11:40 am

I found the CSS that I needed to change. The following :
#header .a {
background: url('../image/logo.png') no-repeat;
behavior: url('catalog/javascript/png/iepngfix.htc');
width: 157px;
height: 32px;
float: left;
position: absolute;
top: 22px;
left: 10px;
}

default.css withen the template.  The logo.png is the image. 
THANKS AGAIN

Newbie

Posts

Joined
Thu Jul 10, 2008 8:20 am
Who is online

Users browsing this forum: No registered users and 35 guests