jensleo Posted November 9, 2013 Share Posted November 9, 2013 Hi, I am unable to find the css for the categories menu (blockcategories module), where I want to change so that on a:hover the background color of the <td> changes, or at least the color of the text. By default, a:hover in the sub menues seem to be light gray, as per the attached screenshot. I just cannot find this in the global.css or anywhere else. Any help appreciated. Thanks. /Jens Link to comment Share on other sites More sharing options...
Paulito Posted November 9, 2013 Share Posted November 9, 2013 Good morning If your using default ps theme then I think you need to go to: public_html/your theme/modules/blocktopmenu/css/superfish-modified.css Paul Link to comment Share on other sites More sharing options...
vekia Posted November 9, 2013 Share Posted November 9, 2013 can you please share url to your website? you use nondefault theme so it's hard to say what's goin on there - because we don't know the sources Link to comment Share on other sites More sharing options...
jensleo Posted November 9, 2013 Author Share Posted November 9, 2013 Thanks for your replies. Paul, blocktopmenu is not the same module as the blockcategories, or? The address is www.festvaruhuset.se. I am using a theme (MegaShop), but I think this module is in the default theme. Hm. /Jens Link to comment Share on other sites More sharing options...
Paulito Posted November 9, 2013 Share Posted November 9, 2013 (edited) Whoops Try this: blockcategories.css line 61 border-bottom:1px solid #e5e5e5; padding:5px; margin-bottom:4px; font-weight:bold; } .tptn-vertical-mega-menu .menu .sub li.mega-hdr li {} .tptn-vertical-mega-menu .menu .sub li a {padding:4px 5px;} .tptn-vertical-mega-menu .menu .sub li a:hover {background:#f5f5f5; color:#333;} .tptn-vertical-mega-menu .menu .sub ul li { } Change the #f5f5f5; to whatever you want Paul Edited November 9, 2013 by Paulito (see edit history) 1 Link to comment Share on other sites More sharing options...
jensleo Posted November 9, 2013 Author Share Posted November 9, 2013 Many thanks Paul, it worked great. Regards Jens Link to comment Share on other sites More sharing options...
vekia Posted November 9, 2013 Share Posted November 9, 2013 thank you for positing solution Paulito i marked this thread as [solved] btw. jensleo, you can also mark own topics as solved here is an insctruction: [sOLVED] TopicIf, after posting a topic, you find a solution to your problem, please indicate it in your post and describe the solution.Furthermore if you are the author of the topic for which a solution has been found, please edit your topic title to mark it as [sOLVED].To mark a topic as [solved] :- Edit the first post of your topic by clicking on the "Edit" button,- Click on the "Use full editor" button,- Add the "[solved]" string at the beginning of your topic title and click on the "Submit Modified Post" button. 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