leecharles Posted March 27, 2014 Share Posted March 27, 2014 (edited) When you click on a cat from top menu it opens up with header and image on a dark grey block/ I want to change this to white. Any ideas? Lee UK Edited March 29, 2014 by leecharles (see edit history) Link to comment Share on other sites More sharing options...
dioniz Posted March 27, 2014 Share Posted March 27, 2014 (edited) In yourtheme/css/category.css change background in this code : .content_scene_cat .content_scene_cat_bg { background-color: #464646 !important; padding: 18px 10px 10px 42px; } Edited March 27, 2014 by dioniz (see edit history) Link to comment Share on other sites More sharing options...
leecharles Posted March 27, 2014 Author Share Posted March 27, 2014 Thanks dioniz that worked a treat changed it to white. However there is a tag called "more" which you click on to expand the text further. This cannot now be seen because I guess that white now as well? Any idea I have looked in same file for anything obvious but cannot see it? Regards, Lee Link to comment Share on other sites More sharing options...
dioniz Posted March 27, 2014 Share Posted March 27, 2014 .content_scene_cat a { color: #FFFFFF; } Hey Lee This is for More button in same file Link to comment Share on other sites More sharing options...
leecharles Posted March 27, 2014 Author Share Posted March 27, 2014 Thanks i have changed it to white but want the more button to be black is this possible? Thanks dioniz. Lee Link to comment Share on other sites More sharing options...
dioniz Posted March 27, 2014 Share Posted March 27, 2014 Find code from my previous post in category.css and change #FFFFFF to #000 Link to comment Share on other sites More sharing options...
leecharles Posted March 28, 2014 Author Share Posted March 28, 2014 Hi Dioniz, once again thanks however I think I am not explaining myself properly. I want the background box to be white so #FFFFFF was correct but then I want the "more" button to be black. So at the moment I have changed to #000 and I have black background and white "more" I want it to be the other way round please? Can you help? Lee Link to comment Share on other sites More sharing options...
dioniz Posted March 28, 2014 Share Posted March 28, 2014 Ok, i gave you two different codes. first is: .content_scene_cat .content_scene_cat_bg˙{... and second is: .content_scene_cat a {... Link to comment Share on other sites More sharing options...
leecharles Posted March 29, 2014 Author Share Posted March 29, 2014 .content_scene_cat a { color: #FFFFFF; } Hey Lee This is for More button in same file Hi Dioniz I will mark this as Solved. Just below this code you can change the Cat header and also the more button. They were not in code they said "Black" etc so I changed the text to the colour I wanted (red) and it now works a treat. Got to work on the subcategories now as they contain an image and so far that looks messy. Link to comment Share on other sites More sharing options...
Recommended Posts