alamagar Posted May 3, 2014 Share Posted May 3, 2014 (edited) Hi, I want to give some better lookin the top menu, adding/changing/eliminating horizontal and vertical lines. any tip? thanks in advance. Edited May 3, 2014 by alamagar (see edit history) Link to comment Share on other sites More sharing options...
vekia Posted May 3, 2014 Share Posted May 3, 2014 what template you use and what prestashop version ? and also, what menu module? Link to comment Share on other sites More sharing options...
ZinC Posted May 3, 2014 Share Posted May 3, 2014 See this topic for removing vertical borders. Link to comment Share on other sites More sharing options...
alamagar Posted May 3, 2014 Author Share Posted May 3, 2014 what template you use and what prestashop version ? and also, what menu module? template:standard ver:1.5.6.2 module:blocktopmenu Link to comment Share on other sites More sharing options...
vekia Posted May 3, 2014 Share Posted May 3, 2014 open file: /modules/blocktopmenu/css/superfish-modified.css remove border-right: 1px solid #777; from code: .sf-menu li { float: left; position: relative; border-right: 1px solid #777; } Link to comment Share on other sites More sharing options...
alamagar Posted May 3, 2014 Author Share Posted May 3, 2014 Sorry but it seems not to have any effect... Link to comment Share on other sites More sharing options...
vekia Posted May 3, 2014 Share Posted May 3, 2014 clear shop cache after changes. it's worth to clear also cache in browser because it's more than possible that it just "remember" old css fie. Link to comment Share on other sites More sharing options...
alamagar Posted May 3, 2014 Author Share Posted May 3, 2014 caches deleted and no way... Nevertheless, doing it I would remove the right last vertical line, correct?. How to eliminate all of them and to how to draw a horizontal line above and below the options? Link to comment Share on other sites More sharing options...
vekia Posted May 3, 2014 Share Posted May 3, 2014 check also theme directory for file i mentioned, if it exists there you have to modify file located in your theme dir. Link to comment Share on other sites More sharing options...
alamagar Posted May 4, 2014 Author Share Posted May 4, 2014 check also theme directory for file i mentioned, if it exists there you have to modify file located in your theme dir. I also deleted the line "border-right: 1px solid #d6d4d4;" from .sf-menu > li { float: left; border-right: 1px solid #d6d4d4; margin-bottom: -3px; } in "themes / default-bootstrap / css / modules / blocktopmenu / css / superfish-modified.css" file and no effect. only to be sure, comment has the same effect than delete: /*border-right: 1px solid #777;*/ is that correct? Link to comment Share on other sites More sharing options...
ZinC Posted May 4, 2014 Share Posted May 4, 2014 Can you post a link to your website? BTW, you're posting in the "NEW PrestaShop 1.6 " forum but you said you're using "template:standard, ver:1.5.6.2".. Link to comment Share on other sites More sharing options...
vekia Posted May 4, 2014 Share Posted May 4, 2014 correct. i moved this topic from 1.6 section Link to comment Share on other sites More sharing options...
alamagar Posted May 4, 2014 Author Share Posted May 4, 2014 (edited) correct. i moved this topic from 1.6 section Hi vekia, this is very strange. I had ver 1.6.0.5 during development. 2 days ago I ask my hosting service to go on production. After that the backoffice says 1.5.6.2. As far as I know, the look and feel of the backoffice is ver 1.6.0.5 but it says ver 1.5.6.2 at the bottom of the page in the second image attached. How can I be sure? Edited May 4, 2014 by alamagar (see edit history) Link to comment Share on other sites More sharing options...
vekia Posted May 4, 2014 Share Posted May 4, 2014 yes it's strange that you see there 1.5.6.2 please chceck PS_VERSION setting in ps_configuration table what prestashop version you see there? Link to comment Share on other sites More sharing options...
alamagar Posted May 4, 2014 Author Share Posted May 4, 2014 PS_VERSION_DB=1.6.0.5 PS_INSTALL_VERSION=1.5.6.2 Is there any other value related? Link to comment Share on other sites More sharing options...
vekia Posted May 4, 2014 Share Posted May 4, 2014 it's PS_INSTALL_VERSION=1.5.6.2 lol, it's strange that you're on 1.6 and you've got 1.5.6.2 in database can you try to change value of this variable? Link to comment Share on other sites More sharing options...
alamagar Posted May 4, 2014 Author Share Posted May 4, 2014 (edited) PS_INSTALL_VERSION changed. cache deleted from prestashop and ctl+f5 and still 1.5.6.2. See image. by the way look at the red circle. There are a lot of missing modules below... [Edited] Now showing 1.6.0.5. Edited May 4, 2014 by alamagar (see edit history) Link to comment Share on other sites More sharing options...
mkrmitsolutions Posted March 3, 2015 Share Posted March 3, 2015 (edited) I have a similar problem with the lines. I would like to add a line to the top of a module. (blockpaymentlogo) but there is no css file. Where would I add it? The picture is attached. Edited March 3, 2015 by mkrmitsolutions (see edit history) 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