Funkeh Posted March 28, 2017 Share Posted March 28, 2017 (edited) I have had my website up and running for a few months, however i noticed that the mobile sites sub catagory text is quite dark, how would i go about changing the text colour on the mobile site without changing the text colour on the desktop site? Edited March 28, 2017 by ZoeySheree1993 (see edit history) Link to comment Share on other sites More sharing options...
Funkeh Posted April 10, 2017 Author Share Posted April 10, 2017 any help on this would be great Link to comment Share on other sites More sharing options...
JeredBolton Posted April 12, 2017 Share Posted April 12, 2017 It's hard to tell you which file to look in because you've got the minify options switched on, but in one of your theme's css files, you've got a media query which contains: #block_top_menu .sf-menu, #block_top_menu .cat-title { background: black none repeat scroll 0 0; } which is switching the background to black on mobiles. Link to comment Share on other sites More sharing options...
sumit_bhatia Posted April 17, 2017 Share Posted April 17, 2017 You can check css folder in your theme. The file name should be superfish-modified.css. In above css you will find media query which have one css class . sf-menu > li > a { } just add color to it. Regards Sumit Link to comment Share on other sites More sharing options...
Funkeh Posted April 24, 2017 Author Share Posted April 24, 2017 thanx guys, found it 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