Skip to main content

How to make Above the Title Heading Uppercase?

Comments

7 comments

  • Alex

    Hi,

    you just need to add a custom class to that text element and add the following style:

    .my-custom-title{
      text-transform: uppercase;
    }

    If you can't do that you can send a link to the page and I will suggest the right selector.

    0
  • Seb Fontan

    Thanks Alex. I understand how to add classes and work with CSS. Let me clarify my question: is there a selector for above titles only? The CSS snippet you shared would not make all instances of the Above Title uppercase, it would only make those with this class uppercase. So, is there no way to do this globally without applying a class?

    0
  • Alex

    Hi,

    If you're referring to this Above Title, then you can't do it globally. It's just a style, not a tag you can address to.

    0
  • Seb Fontan

    Yes, that's correct. It would be nice if you guys could add a class to the Above Title since it is a style, and therefore should be modifiable--especially since you do not have a way to make the style uppercase in the builder (yet).

    0
  • Doina P

    Hi,

    Thank you for your message!

    I can't promise you that we will add this in the near future but I will talk to the development team about this and if we have any news, we will inform you! Till then, feel free to write to us when needed. Hope this helps!

    Kind regards,

    Doina

    0
  • Seb Fontan

    Thank you!

    0
  • Seb Fontan

    Any update on this?

    0

Please sign in to leave a comment.