kugi Posted August 15, 2012 Share Posted August 15, 2012 It is possible to customize the "top horizontal menu" from JBreux?? like changing the colour of the bar or where and what do i modify to change the font or font colour? Is there any other better top horizontal menu? Many thanks to all Link to comment Share on other sites More sharing options...
Herland Posted August 15, 2012 Share Posted August 15, 2012 (edited) yes, it is possible. It's a good practice to post your page. JBreux has the css superfish-modified.css. Check the source code of your web page, with right click->check source code. Once you're in the source code, try to find the superfish-modified.css <href> link at the top where all the css links are. Here you will see the folder that contains this css file, so you can modify it from there. In the prestashop page, remember to go to preferences-> performance. in the CCC block put: Smart cache for style sheet, so you can see the changes that you do to the css file. After you are done, put the default settings. Edited August 15, 2012 by Herland (see edit history) 1 Link to comment Share on other sites More sharing options...
kugi Posted August 15, 2012 Author Share Posted August 15, 2012 Many thanks for answering so fast . Indeed I found the folder and the file. I will have to mess with it a bit and see if I can get what I want but, to make things fast, is there a chance that you can tell me what im looking for? I cant see "font" anywhere to change the font family or size.... and Im sorry If im wasting your time just not very familiar with all this yet but im learning fast hehe and btw, is it possible to change the colour of the button when you hover on them? Many many thanks again... Link to comment Share on other sites More sharing options...
kugi Posted August 16, 2012 Author Share Posted August 16, 2012 I managed to change the colour when you hover on the buttons but no luck with the font family or size Link to comment Share on other sites More sharing options...
Herland Posted August 16, 2012 Share Posted August 16, 2012 add this piece of code to the css .sf-menu li a{font-size:(the one you want); font-family:(the font family of your choice)} Is there a change now? Link to comment Share on other sites More sharing options...
kugi Posted August 16, 2012 Author Share Posted August 16, 2012 Yes there is..... thanks a lot!!! :) :) Link to comment Share on other sites More sharing options...
kugi Posted August 16, 2012 Author Share Posted August 16, 2012 Im also trying to change the colour of the txt when you hover on it but nothing yet.... .sf-menu li:hover { doesnt seem to work.... is this not the right one?? Thanks Link to comment Share on other sites More sharing options...
Herland Posted August 16, 2012 Share Posted August 16, 2012 try .sf-menu li a:hover {color:your css color} Link to comment Share on other sites More sharing options...
kugi Posted August 16, 2012 Author Share Posted August 16, 2012 lol sorry, it does work..... forgot to get rid of "inherit" but no luck with changing the colour of the text on hover.... any ideas?? I dont know that much about CSS color:#0F0; doesnt work.... font-color?? any help? Link to comment Share on other sites More sharing options...
Herland Posted August 16, 2012 Share Posted August 16, 2012 check this .sf-menu > li:nth-child(-n+10) a:hover{color:your css color;} the most i can help , good luck! 1 Link to comment Share on other sites More sharing options...
benjamin utterback Posted August 16, 2012 Share Posted August 16, 2012 If anybody needs Freelance work, there is a paid section of the forums. We also have great Certified Agencies and Freelancers to offer our merchants for great rates and great quality. Thanks for choosing PretsaShop! Link to comment Share on other sites More sharing options...
kugi Posted August 16, 2012 Author Share Posted August 16, 2012 Nah... cant find your line and the only thing I can achieve so far is that the font size changes when I hover thanks anyway Link to comment Share on other sites More sharing options...
Herland Posted August 17, 2012 Share Posted August 17, 2012 no, I meant add that piece of text to the css lol Link to comment Share on other sites More sharing options...
kugi Posted August 17, 2012 Author Share Posted August 17, 2012 lol sorry i got that wrong hehe ill try it tomorrow and ill let u know thanks for your consideration hehehe Link to comment Share on other sites More sharing options...
fableve75 Posted October 12, 2012 Share Posted October 12, 2012 sorry, there is a solution to keep the button of a specified color after being clicked? or should I go to a freelance developer? thank you 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