TrickyJimz Posted April 3, 2014 Share Posted April 3, 2014 Hi guys i am stuck at changing colours on my theme http://commerce-magic.com/mbbp/index.php?id_category=24&controller=category I would like to make the headers on the left from white to purple and i would like to change the pages text colour to white rather then dark grey. I have changed the css file on the theme in theme generator and also global.css but nothing seems to be helping with adapting these colours. Please help! James 1 Link to comment Share on other sites More sharing options...
TrickyJimz Posted April 8, 2014 Author Share Posted April 8, 2014 So no one can advise me on this? Link to comment Share on other sites More sharing options...
dioniz Posted April 8, 2014 Share Posted April 8, 2014 For left column headers open yourtheme/css/global.css anf find this code: .block .title_block, .block h4 { background: none repeat scroll 0 0 #F6F6F6; border-top: 5px solid #333333; color: #555454; font: 600 18px/22px "Open Sans",sans-serif; margin-bottom: 20px; padding: 14px 5px 17px 20px; text-transform: uppercase; } Change background to whatever color you want For text there will be more work to do. You have to find all text colors and change them. I suggest you to use Firebug if you use FF or Developer tools if you use Chrome to find all text codes Link to comment Share on other sites More sharing options...
Recommended Posts