Urbanfarmer Posted November 2, 2013 Share Posted November 2, 2013 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 More sharing options...
Paulito Posted November 2, 2013 Share Posted November 2, 2013 Good morning You mean you want the Nav Bar Red: http://screencast.com/t/H9dhM8Tq3t8: Or Blue: http://screencast.com/t/wKRG6Bdtuj Paul Link to comment Share on other sites More sharing options...
Urbanfarmer Posted November 2, 2013 Author Share Posted November 2, 2013 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 More sharing options...
Paulito Posted November 2, 2013 Share Posted November 2, 2013 (edited) Good morning OK, you mean like this: http://screencast.com/t/aNhq1f8az Paul Edited November 2, 2013 by Paulito (see edit history) Link to comment Share on other sites More sharing options...
Urbanfarmer Posted November 2, 2013 Author Share Posted November 2, 2013 Good morning OK, you mean like this: http://screencast.com/t/t3NbCWWF Paul Yes, if that is an image for the Nav bar. I know it must be easy, but I'm new to code manipulation, so right now it escapes me. Link to comment Share on other sites More sharing options...
Paulito Posted November 2, 2013 Share Posted November 2, 2013 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 More sharing options...
Urbanfarmer Posted November 2, 2013 Author Share Posted November 2, 2013 I was doing it correctly, but I had the img in the wrong folder. After I put it in the blocktopmenu/img folder it worked. Thank you...... Link to comment Share on other sites More sharing options...
vekia Posted November 2, 2013 Share Posted November 2, 2013 thread marked as solved thanks for Paulto for solution with regards, Milos Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now