Shular Posted March 29, 2013 Share Posted March 29, 2013 Hi, I am working with v1.5.4 default theme. I want to change the color of the background in the top horizontal menu. The element is .sf-menu - I cannot find where it is defined. When I use Inspect Element it shows as superfish-modified.css. That file is not in the theme/css directory. I do not know where to search. I would also like to remove the icons in the horizontal bar above the footer, or at least the icons for money back guarantee, in store exchange, free shipping and so on. One more thing. In the contact us block on the lower right, you can edit the phone number and email address. I need to remove "Our hotline is available 24x7." I just started this project. The areas that can be normally configured are working fine so far. Any suggestions will be appreciated. Link to comment Share on other sites More sharing options...
Whispar1 Posted March 29, 2013 Share Posted March 29, 2013 Maybe Check css/modules/blocktopmenu/css/ for your.sf-menu I believe if you disable the module block reinsurance in the BO it should take away the grey bar with the icons 1 Link to comment Share on other sites More sharing options...
cocothecat Posted March 29, 2013 Share Posted March 29, 2013 The css for it is located within the root module folders, you need to browse to blocktopmenu and you can find it in there. For editing you should try and find the module within the admin to see if you can edit any part of it if not it would be through the .tpls Link to comment Share on other sites More sharing options...
Shular Posted March 29, 2013 Author Share Posted March 29, 2013 (edited) Okay, that is great information. Thanks I had not identified the Customer Reassurance block - turning it off took away the icons. I have edited the background on the superfish menu now. That just leaves the 24x7 in the contact. Thanks for your help Edited March 29, 2013 by Shular (see edit history) Link to comment Share on other sites More sharing options...
cocothecat Posted March 29, 2013 Share Posted March 29, 2013 Link to see? Link to comment Share on other sites More sharing options...
Shular Posted March 29, 2013 Author Share Posted March 29, 2013 The store is at: http://www.swimshackinc.com/shop I found the 24x7 hotline in modules/blockcontact/blockcontact.tlp in line 32 I removed the text between the single quotes 'Our Hotline is Available 24x7' leaving the single quotes empty. That did not remove the line. PHP and .tlp is new for me. Link to comment Share on other sites More sharing options...
cocothecat Posted March 29, 2013 Share Posted March 29, 2013 Just take out the full line. Cant see the site IP restricted Link to comment Share on other sites More sharing options...
Shular Posted March 29, 2013 Author Share Posted March 29, 2013 Removing the line did not remove it on the store page. I removed the country restriction to allow the UK. I think that is where you are. The store is only for customers in a radius around the physical store, so I removed other countries. Link to comment Share on other sites More sharing options...
cocothecat Posted March 29, 2013 Share Posted March 29, 2013 UK restriction is still on. Dunno I don't like the whole IP restriction thing, its not what the internet is about... but thats another topic Force compiled after update? Link to comment Share on other sites More sharing options...
Whispar1 Posted March 29, 2013 Share Posted March 29, 2013 Try removing everything between the <p> tags <p>{l s='Our hotline is available 24/7' mod='blockcontact'}</p> The <p> tags need to stay in place otherwise the other content will shift up <p></p> Link to comment Share on other sites More sharing options...
Shular Posted March 29, 2013 Author Share Posted March 29, 2013 I did not force compile. I did a search on the topic and I am not sure what to do yet. I did not turn UK on. I deleted it. If I can find it again, I will enable it for you. Thanks Link to comment Share on other sites More sharing options...
Shular Posted March 30, 2013 Author Share Posted March 30, 2013 I found another post with instructions, so I did the force compile setting under performance. The line is still showing. I was able to put UK back on the list: http://www.swimshackinc.com/shop Link to comment Share on other sites More sharing options...
piku Posted September 16, 2013 Share Posted September 16, 2013 Sorry guys. I am still new here but I don't get this: How can I change the sf-menu style? I get the answer to use the "superfish-modified.css" in the module folder. But is this desirable? Shouldn't there be a possibility to do that within the "themes" folder? I mean how to keep more than one different themes (multishop for example) up and running when css is modified on a "per module" basis and not on a "per theme" basis? Also I don't want that by updating the module my changes to the look are reset to default ... So: Is there an option to override modules CSS from within the theme or template folder? thx for reading, piku Link to comment Share on other sites More sharing options...
vekia Posted September 16, 2013 Share Posted September 16, 2013 I get the answer to use the "superfish-modified.css" in the module folder. But is this desirable? Shouldn't there be a possibility to do that within the "themes" folder? I mean how to keep more than one different themes (multishop for example) up and running when css is modified on a "per module" basis and not on a "per theme" basis? Also I don't want that by updating the module my changes to the look are reset to default ... So: Is there an option to override modules CSS from within the theme or template folder? thx for reading, piku if your theme contains this file - the answer is: YES. moreover, if your theme hasn't got this file, you can copy it manually to: themes/YOUR_THEME/css/modules/blocktopmenu/css/superfish-modified.css Link to comment Share on other sites More sharing options...
Recommended Posts