• Hi,
    How can I make the title of each post to display like in a normal sentence – with upper case letters where needed and lower case letters everywhere else?

    Also – how can I remove the animation on mouse over?

    Thank you very much!

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author pixelgrade

    (@pixelgrade)

    Hello,
    ?
    ?The options for changing how the text looks (including the ability to change from Uppercase to another option) is only available in the PRO (paid) version of Patch.

    As for the animation, to remove it you need to add the code below in Appearance – Customize – Additional CSS:

    .entry-card, .entry-card .entry-meta {
        transform: none !important;
    }
    
    .entry-image-wrapper {
        filter: none !important;
    }
    
    .entry-card .entry-image .hover {
        display: none !important;
    }

    I hope this helps.

    Cheers,
    Andrei from Pixelgrade

    • This reply was modified 3 years, 2 months ago by pixelgrade.
    Thread Starter dekemvri1

    (@dekemvri1)

    Great, thank you!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Upper and lower case in title’ is closed to new replies.