iown Posted March 25, 2014 Share Posted March 25, 2014 Hi I need to resize the text and change the background color of the top menu 1.6 I have looked at the silverfish css and the global css. I have not been able to find what to edit Please see site under construction http://203.143.82.41/~gourmetm/ Thanks Keith PS. If you know of a fully reactive menu module for 1.6 I would appreciate the link Link to comment Share on other sites More sharing options...
BlobMarket Posted March 25, 2014 Share Posted March 25, 2014 Hi, You can change the size of the text in the css file /themes/default-bootstrap/css/modules/blocktopmenu/css/superfish-modified.css on line 60 For the background color, I can't tell you because your css is minified. It should be in one of the themeX.css file available in the folder modules/themeconfigurator/css/ If you unminify your css, I'll be able to tell you. Paul. Link to comment Share on other sites More sharing options...
vekia Posted March 25, 2014 Share Posted March 25, 2014 colors of your theme is based on colortheme that you selected. can you please disable temporarily CCC for css files? (im asking because all of your css files are minified now) as far as i remember color that you use is a part of /modules/themeconfigurator/css/theme1.css Link to comment Share on other sites More sharing options...
iown Posted March 25, 2014 Author Share Posted March 25, 2014 Thank you Paul much appreciated Link to comment Share on other sites More sharing options...
BlobMarket Posted March 25, 2014 Share Posted March 25, 2014 You're welcome ! Don't hesitate to temporarly unminify your css so I can help you with the background color of the menu. Link to comment Share on other sites More sharing options...
catman Posted April 8, 2014 Share Posted April 8, 2014 Hi, I am trying to edit background colors in horizontal top menu in default theme in PS 1.6. I have read here, what to change, but I dont have file theme1.css, only theme2-9. Please, could you help me? Link to comment Share on other sites More sharing options...
dioniz Posted April 8, 2014 Share Posted April 8, 2014 You can change it in yourtheme/css/modules/blocktopmenu/css/superfish-modified.css Link to comment Share on other sites More sharing options...
catman Posted April 8, 2014 Share Posted April 8, 2014 Yes, that was my first idea, where to find. But i tried everything and nothing changed, cache is off, compile is on. I really dont know. Thank you for every advice Link to comment Share on other sites More sharing options...
dioniz Posted April 8, 2014 Share Posted April 8, 2014 Is it possible to see your site? Link to comment Share on other sites More sharing options...
catman Posted April 9, 2014 Share Posted April 9, 2014 I have it on localhost, but I try to upload it on some free webhosting. Link to comment Share on other sites More sharing options...
catman Posted April 9, 2014 Share Posted April 9, 2014 I am not able to get sites online. After copying files to domain and change db configuration, just white page appears. I dont know why. Link to comment Share on other sites More sharing options...
vekia Posted April 10, 2014 Share Posted April 10, 2014 white page = errors turn on error reporting then instead of white page you will see detailed information about error (i hope so) open config/defines.inc.php find this line define('_PS_MODE_DEV_', false); change to look like this: define('_PS_MODE_DEV_', true); Link to comment Share on other sites More sharing options...
Mireille K Posted October 31, 2014 Share Posted October 31, 2014 Hello, I am trying to change the top menu background color on hover. I tried changed in /modules/blocktopmenu/css/superfish-modified.css but can't see the results applied. What should I do? My site is www.odelarome.com Thank You. Link to comment Share on other sites More sharing options...
dioniz Posted October 31, 2014 Share Posted October 31, 2014 You need to change it in yourdomain/modules/themeconfigurator/css/theme8.css because you have green theme enabled #header .sf-menu > li.sfHover > a, #header .sf-menu > li > a:hover, #header .sf-menu > li.sfHoverForce > a { background: #43bebd; border-bottom-color: #2aa2a1; color: #fff; } Change #43bebd to desired color 1 Link to comment Share on other sites More sharing options...
Mireille K Posted October 31, 2014 Share Posted October 31, 2014 Thank You So much it worked. If I wanna change only one item's backoground for example, offers, to be red. Also same place I should do it? Link to comment Share on other sites More sharing options...
dioniz Posted October 31, 2014 Share Posted October 31, 2014 You can do it there, but you'll need to use something like last-child or nth-child Link to comment Share on other sites More sharing options...
mainanbaby Posted February 18, 2015 Share Posted February 18, 2015 Hello, I am trying to change the top menu background color on hover. I tried changed in /modules/blocktopmenu/css/superfish-modified.css but can't see the results applied. What should I do? My site is www.odelarome.com Thank You. i have still the same this issue, I have to change code in /modules/blocktopmenu/css/superfish-modified.css but still not change colour, my website is mainanbaby.com please help me Link to comment Share on other sites More sharing options...
dioniz Posted February 18, 2015 Share Posted February 18, 2015 @mainanbaby You should do it in yourdomain/themes/default-bootstrap/css/modules/blocktopmenu/css/superfish-modified.css Link to comment Share on other sites More sharing options...
Recommended Posts