سؤال

I'm having a bit of difficulty locating where to change the case setting in the RWD theme css files.

I'm looking to remove the uppercase settings from the product names - any ideas?

Using 1.9

Thanks

هل كانت مفيدة؟

المحلول

Under /skin/frontend/rwd/default/scss/mixin/_typography.scss line 108, remove the text-transform propriety:

@mixin pageTitle() {
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 600;
    color: $c-text;
    border-bottom: 1px solid $c-module-border-light;
    padding-bottom: 3px;
    margin-bottom: 15px;
    text-transform: uppercase;
}
مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى magento.stackexchange
scroll top