Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1404817

    Hi Enfold

    How do I set the Item Text in a Catalogue to lower case ?

    Alan :)

    #1404881

    Hey Alan,
    For lower case try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    .av-catalogue-title-container .av-catalogue-title {
        text-transform: lowercase;
    }

    After applying the css, please clear your browser cache and check.
    Or to show the capitalization on the frontend as you have typed it in the backend try this css instead:

    .av-catalogue-title-container .av-catalogue-title {
        text-transform: none;
    }

    Best regards,
    Mike

    #1404932

    Hey Mike

    Yes that did it..
    Thanks ;)

    #1404974

    Hi,
    Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Text in lower case in Catalogue’ is closed to new replies.