brady Posted March 26, 2014 Share Posted March 26, 2014 If you look at my site you will note in the Category view there is a long black bar just under the menu. Not really sure what this black bar is for? Is there any way to do something with this black bar? Change the color, put some text in the black bar, what is it for? Seems awkward. Link to comment Share on other sites More sharing options...
dioniz Posted March 26, 2014 Share Posted March 26, 2014 This is category image background. You can either make wider category image to cover that background or open yourtheme/css/category.css and find this code .content_scene_cat .content_scene_cat_bg { background-color: #464646 !important; padding: 18px 10px 10px 42px; } and change background-color to transparent To remove top black border find this code: .content_scene_cat { border-top: 5px solid #333333; color: #D7D7D7; line-height: 19px; margin: 0 0 26px; } just remove border-top line Link to comment Share on other sites More sharing options...
Recommended Posts