Tagged: , ,

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #343437

    Hi Team,

    how can I tell the theme not to transform the catalogue titles to capital letters?

    Thanks and cheers,
    Jan :)

    #343616

    Hi jansthh!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    h1, h2, h3, h4, h5, h6 { text-decoration: inherit!important; }

    Regards,
    Yigit

    #343682

    Hi Yigit,

    thank you. Unfortunately, that didn’t work.

    I already have this Quick CSS for all headlines: h1, h2, h3, h4, h5, h6 { text-transform: none !important; }

    That works fine for all headlines. But the catalogue item headlines remain in CAPITAL LETTERS. Even with your code. :-/

    Please see the screenshot:

    Cheers,
    Jan

    #343686

    Hi!

    Please try adding following code to Quick CSS instead

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

    Cheers!
    Yigit

    #343927

    Hi Yigit,

    that worked, perfect!

    Thank you so much. Your support still is outstanding. Keep on!!!

    Cheers,
    Jan

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Catalogue title no capitals’ is closed to new replies.