fleeced Posted August 23, 2015 Share Posted August 23, 2015 Having a bit of an issue with box colours I am trying to change and changing default site to my old store colours. Having changed .panel-default>.panel-heading to my new colour. All the boxes change to my new colour, great. Now when I change the box title font to #fff Some change (Categories/Manufacturers/Best Sellers/Information) but some stay black such as (Whats New/Specials/Shopping Cart) Strangely the Bestsellers list also have blue and black text listed in it? Not even started on changing the top bar and glyphicon glyphicon-home colour yet. Any ideas regarding changing site colours? Link to comment Share on other sites More sharing options...
dinopacha Posted August 23, 2015 Share Posted August 23, 2015 Hello Lee, You can change the box whats new in the user.css .panel-heading a { Color: #fff; } .panel-body.text-center a { Color: #fff; } Link to comment Share on other sites More sharing options...
fleeced Posted August 23, 2015 Author Share Posted August 23, 2015 Thanks, done that It changes only 4 boxes though. Shouldn't all side boxes have the same CSS ref? The box fonts appear to be under .panel-heading a { .panel-default>.panel-heading { Link to comment Share on other sites More sharing options...
Hotclutch Posted August 23, 2015 Share Posted August 23, 2015 The ones that don't change are the ones that have links in them, either remove the links or change / create a new styling class for those links. Link to comment Share on other sites More sharing options...
fleeced Posted August 23, 2015 Author Share Posted August 23, 2015 All the boxes have links in them don't they? Anyway, got it working now. Code added and working is .panel-default>.panel-heading{ color:#fff; background-color:#000000; } .panel-heading a { color: #fff; background-color: #000000; } Link to comment Share on other sites More sharing options...
fleeced Posted August 23, 2015 Author Share Posted August 23, 2015 Just need to change the colour of the Breadcrumb Title called Catalog (span itemprop="title") now and the Home icon (glyphicon glyphicon-home) - Both in the breadcrumb bar If possible? Link to comment Share on other sites More sharing options...
fleeced Posted August 23, 2015 Author Share Posted August 23, 2015 span[itemprop=title] { color: #fff; } Done!!!!! Thanks all, pleased I cracked that. Hopefully this thread will help others as surely many will change from default OSC colours. Link to comment Share on other sites More sharing options...
dinopacha Posted August 23, 2015 Share Posted August 23, 2015 if you click the right mouse button in the browser, and click inspect elements You can customize everything what you want. Works good in firefox or google chrome. Link to comment Share on other sites More sharing options...
Hotclutch Posted August 23, 2015 Share Posted August 23, 2015 All the boxes have links in them don't they? No, the ones you mentioned have links on the title text, the others don't. products_new.php, specials.php and shopping_cart.php Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.