badmintongrej Posted December 30, 2013 Share Posted December 30, 2013 Hello everyone it is me again. Do any one of you know how I can make it so when I am under a category it will keep the same color as when it is hovered over? So I want it to change like this: http://gyazo.com/6361f15739a72391c881d1c8cb294117 To this, when I have pressed a category: http://gyazo.com/77b43bc632ecb99120ffa4d70918d44f BTW I use the default theme (just modified a lot). Best regards Jacob Link to comment Share on other sites More sharing options...
Paulito Posted December 30, 2013 Share Posted December 30, 2013 Good morning Using default sf menu I am a bit confused, do you mean something like: This: http://screencast.com/t/fleUjYGI and this: http://screencast.com/t/mclS19HvJ Paul Link to comment Share on other sites More sharing options...
badmintongrej Posted December 30, 2013 Author Share Posted December 30, 2013 Good morning Using default sf menu I am a bit confused, do you mean something like: This: http://screencast.com/t/fleUjYGI and this: http://screencast.com/t/mclS19HvJ Paul Hi Paul I dont mean the under categories, but i mean when I choose a category I would like the chosen category to be gray (highlighted), so it looks different compared to the others categories in the top horizontal menu. And in that way the costumer can see what category they are under. Jacob Link to comment Share on other sites More sharing options...
stottycabanas Posted December 30, 2013 Share Posted December 30, 2013 Why not just change the font for the breadcrumb to make it more prominent? Link to comment Share on other sites More sharing options...
badmintongrej Posted December 30, 2013 Author Share Posted December 30, 2013 Why not just change the font for the breadcrumb to make it more prominent? I am not sure of what that is, but can you maybe explain how to do it ? Link to comment Share on other sites More sharing options...
stottycabanas Posted December 31, 2013 Share Posted December 31, 2013 Hi Jacob, The breadcrumb in highlighted in the attached - it's a way of showing the user where they are within the overall website structure. To change how this looks, around line 563 in \themes\default\css\global.css is a section for 'BREADCRUMB'. Here you can change font size and/or other parameters as desired. Experiment with that and see if it suits your needs. Cheers, Dave Link to comment Share on other sites More sharing options...
badmintongrej Posted December 31, 2013 Author Share Posted December 31, 2013 Hi Jacob, The breadcrumb in highlighted in the attached - it's a way of showing the user where they are within the overall website structure. BC.JPG To change how this looks, around line 563 in \themes\default\css\global.css is a section for 'BREADCRUMB'. Here you can change font size and/or other parameters as desired. Experiment with that and see if it suits your needs. Cheers, Dave All right I see, but that is not exactly what I wanted. Do any one else have a solution on the problem ? Link to comment Share on other sites More sharing options...
vekia Posted December 31, 2013 Share Posted December 31, 2013 selected category has got sfHoverForce class so you can highlight selected category with simple css styles. for example: .sfHoverForce a { background:red; } 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