Product name styling - by gewoonbovenaan

This topic has 7 replies, 2 voices, and was last updated 7 years ago ago by Olga Barlow

  • Avatar: gewoonbovenaan
    gewoonbovenaan
    Participant
    March 23, 2017 at 10:17

    Somehow the product text is with capital letters, how can i change that? https://gyazo.com/5821cd4cae3e1ca1cea0f178e91aac76

    i can not find where i can edit the footer , i thought i have edited at the static blocks but i do not see it anymore..

    Thanks!

    6 Answers
    Avatar: Olga Barlow
    Olga Barlow
    Support staff
    March 23, 2017 at 12:36

    Hello,

    Use the following custom to change the titles

    .product-title {
        text-transform: capitalize;
    }

    I see that you use default widget areas to create footer http://prntscr.com/engur9 , you did not use Static Block.

    Regards

    Avatar: gewoonbovenaan
    gewoonbovenaan
    Participant
    April 10, 2017 at 16:30

    Hello,

    Somehow every word is now starting with a capital letteralthough i havent inserted it in a regular productname. Can i change that?

    Avatar: gewoonbovenaan
    gewoonbovenaan
    Participant
    April 10, 2017 at 16:32
    Avatar: Olga Barlow
    Olga Barlow
    Support staff
    April 10, 2017 at 18:17

    Hello,

    It’s because of your custom http://prntscr.com/eusdz1

    Regards

    Avatar: gewoonbovenaan
    gewoonbovenaan
    Participant
    April 14, 2017 at 09:45

    Hi,

    yes otherwise the productname is only in capital letters, is it possible to start the productname with capital letter and the rest normal letters?

    Avatar: Olga Barlow
    Olga Barlow
    Support staff
    April 14, 2017 at 17:46

    Hello,

    Oh, I see. Then replace that custom by the following

    .product-title {
        text-transform: none;
    }

    Regards

  • Viewing 7 results - 1 through 7 (of 7 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.