BlizzardUK Posted May 14, 2013 Share Posted May 14, 2013 (edited) Is there any way I can test out by making my basic horizontal menu have bold text to stand out more ? I am using Prestashop 1.4.8.2. I just want to see what it would look like with the text in bold, it might look terrible, but worth a try. Also I can centre the words ? The module name is blocktopmenu My website is here with the menu : http://www.leosden.co.uk/shop/ Also are there any links to free replacement menus similar to the one I have ? Thanks ! Edited May 14, 2013 by vekia (see edit history) Link to comment Share on other sites More sharing options...
NemoPS Posted May 14, 2013 Share Posted May 14, 2013 You ned to add this css rule somewhere (superfish-modified.css in the theme folder /modules/blocktopmenu/css or global.css in the css/ root of the theme) .sf-menu a { font-weight: bold; } 3 Link to comment Share on other sites More sharing options...
vekia Posted May 14, 2013 Share Posted May 14, 2013 Is there any way I can test out by making my basic horizontal menu have bold text to stand out more ? I am using Prestashop 1.4.8.2. I just want to see what it would look like with the text in bold, it might look terrible, but worth a try. Also I can centre the words ? The module name is blocktopmenu My website is here with the menu : http://www.leosden.co.uk/shop/ Also are there any links to free replacement menus similar to the one I have ? Thanks ! have you followed Nemo1 suggestion? We still waiting for your reply in this case:-) in my opinion, when you use global.css file - it's better to use: .sf-menu a { font-weight: bold!important; } 2 Link to comment Share on other sites More sharing options...
BlizzardUK Posted May 14, 2013 Author Share Posted May 14, 2013 (edited) Thanks all. I am going to give it a go now and I will edit this post with an update. EDIT : Excellent, thanks both, that works a treat P.S : Any idea how I bold the text in the "Information" box ? Edited May 14, 2013 by BlizzardUK (see edit history) Link to comment Share on other sites More sharing options...
vekia Posted May 14, 2013 Share Posted May 14, 2013 Mission complete So i can go ahead and mark this thread as solved Nemo solution work, as always :-) regards Link to comment Share on other sites More sharing options...
BlizzardUK Posted May 14, 2013 Author Share Posted May 14, 2013 (edited) Thanks Nemo 1 and Vekia All solved. Just one quick question though, can I add the same code to the themes global.css file to make the text in the "Information" box bold too ? At the moment I just added the code to the menu css. Edited May 14, 2013 by BlizzardUK (see edit history) Link to comment Share on other sites More sharing options...
vekia Posted May 14, 2013 Share Posted May 14, 2013 use this: .informations_block_left a { font-weight:bold!important; } in global.css of course regards 1 Link to comment Share on other sites More sharing options...
BlizzardUK Posted May 15, 2013 Author Share Posted May 15, 2013 Thanks vekia, I tried that and it didn't work, I edited the current theme global.css, was that correct or was I meant to edit another global.css file ? Link to comment Share on other sites More sharing options...
NemoPS Posted May 15, 2013 Share Posted May 15, 2013 SHould be font-weight 2 Link to comment Share on other sites More sharing options...
vekia Posted May 15, 2013 Share Posted May 15, 2013 SHould be font-weight omg what a shame thanks for asistance Thanks vekia, I tried that and it didn't work, I edited the current theme global.css, was that correct or was I meant to edit another global.css file ? it was my mistake As Nemo said you have to use font-weight not font-size regards Link to comment Share on other sites More sharing options...
BlizzardUK Posted May 15, 2013 Author Share Posted May 15, 2013 Thanks both Works fine now. Much appreciated indeed. 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