kulli Posted June 20, 2014 Share Posted June 20, 2014 (edited) Hallo, ich suche die Grafik für den Warenkorb 1.6.0.7 konnte sie auch mit der suche im ganzen paket nicht finden der firebug schweigt sich da auch aus gruss kulli Edited June 20, 2014 by kulli (see edit history) Link to comment Share on other sites More sharing options...
werklich Posted June 20, 2014 Share Posted June 20, 2014 moin. guck mal ggfs. in der blockuserinfo.css nach und such das: #header_user #shopping_cart a:before { content: "\f07a"; font-family: "FontAwesome"; display: inline-block; font-size: 23px; line-height: 23px; color: white; padding-right: 15px; } das wird über den font geregelt sein. gruß 1 Link to comment Share on other sites More sharing options...
kulli Posted June 20, 2014 Author Share Posted June 20, 2014 Hallo und danke, zuerst hab ich den block nicht gefunden, da es in presta die datei zweimal giebt: einmal in den modulen und einmal in themes modulen das ist in presta nicht wirklich gut gelöst den Block so wie in Du beschreibst giebt es in beiden dateien nicht - aber genug zum Ändern allemal :-) gruss kulli Link to comment Share on other sites More sharing options...
werklich Posted June 20, 2014 Share Posted June 20, 2014 bei mir liegt es im pfad /themes/default-bootstrap/css/modules/blockuserinfo/ ; denke wenn in den *.css files nach dem font gesucht wird, kann man es finden :-) ich habe das update zu 1.6.0.7 noch nicht gemacht, glaube aber auch nicht, dass sich die struktur da im wesentlichen geändert hat. gruß Link to comment Share on other sites More sharing options...
kulli Posted June 20, 2014 Author Share Posted June 20, 2014 (edited) in der blockuserinfo.css ist es nicht drin kann eigentlich nur in der blockcart.css das sein: .shopping_cart > a:first-child { padding: 7px 10px 14px 16px; background: #333333; display: block; font-weight: bold; color: #777777; text-shadow: 1px 1px rgba(0, 0, 0, 0.2); overflow: hidden; } @media (min-width: 768px) and (max-width: 991px) { .shopping_cart > a:first-child span.ajax_cart_product_txt, .shopping_cart > a:first-child span.ajax_cart_product_txt_s { display: none !important; } } .shopping_cart > a:first-child b { color: white; font: 600 18px/22px "Open Sans", sans-serif; padding-right: 5px; } .shopping_cart > a:first-child:before { content: "\f07a"; font-family: "FontAwesome"; display: inline-block; font-size: 23px; line-height: 23px; color: white; padding-right: 15px; } .shopping_cart .ajax_cart_total { display: none !important; } .shopping_cart .block_cart_expand:after, .shopping_cart .block_cart_collapse:after { content: "\f0d7"; font-family: "FontAwesome"; Edited June 20, 2014 by kulli (see edit history) Link to comment Share on other sites More sharing options...
kulli Posted June 20, 2014 Author Share Posted June 20, 2014 habs gerade geänder! - funktioniert :)danke .shopping_cart > a:first-child:before { content: "\f07a"; font-family: "FontAwesome"; display: inline-block; font-size: 23px; line-height: 23px; color: #aad400;/*vorher white*/ padding-right: 15px; } 1 Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now