Jump to content

[SOLVED] Replacing Blocktopmenu with an image?


Recommended Posts

Hi....I'm using the latest version. I've been trying to replace the brown default bar (blocktopmenu) with an image. I can't seem to find the right way to do this. I'm working in the below css file. I have tried removing the red and replacing with the blue, but the bar just disappears. What am I doing wrong?

 

Any ideas?

 

 

presta/modules/blocktopmenu/css/superfish-modified.css

 

.sf-menu {

margin: 10px 0; padding:0; width:980px;/* 980 */
 background: none repeat scroll 0px 0px #383838;  (default)

}

 

background:url("img/sfcontener_1.png");  (this is what I'm trying to put in)

Link to comment
Share on other sites

Well....I don't know if you call it the Nav Bar or the blocktopmenu, but that is it. But I'm not trying to make it red or blue. I used those colors to distinquish between the default and my image. The blue represents the image I want to insert, which I have in my default/img folder.

 

Should the image be moved to the blocktopmenu folder? Should it be coded differently and/or in a different spot?

Link to comment
Share on other sites

Good morning

 

Yes, it is an image, so:

 

Assuming you are using ps default template (mine is ps 1.5.5)

 

Then go to:

 

public_html/your them/modules/blocktopmenu/css/superfish-modified.css

 

around line 15

 

.sf-menu {
margin: 20px 0;
padding:0;
width:980px;/* 980 */
background-image:url(your image url); 
 
 
}
.sf-menu ul {

 

Paul

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...