salomonsson Posted March 26, 2014 Share Posted March 26, 2014 Hi! I've just upgraded to 1.6 and using blue color theme. Then I notice that some places is impossible to change background color. For example, Header cart, there's no reaction when I changed blockcart.css as follow: #header #cart_block { z-index: 10; display:none; position: absolute; right: 0; top: 65px; height: auto; width: 200px; -moz-border-bottom-right-radius: 3px; -moz-border-bottom-left-radius: 3px; -webkit-border-bottom-right-radius: 3px; -webkit-border-bottom-left-radius: 3px; border-bottom-right-radius: 3px; border-bottom-left-radius: 3px; box-shadow: 0 1px 0 #C6C6C6; background:#327082 } It still shows black background. Same as Login, how to change hover link color to blue color #327082? Anyone knows how to solve these problem? Thanks for reply Link to comment Share on other sites More sharing options...
Recommended Posts