Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #855159

    Eric VGL
    Participant

    Hi guys,

    is there a simple css code snippet to override all buttons in ethos so that all button texts are in caps?

    thank you!
    Eric

    #855281

    Seven Ages Design
    Participant

    You should be able to use

    .x-btn {
    text-transform: uppercase !important;
    }

    That seems to work on the demo pages, anyway.

    #855309

    Prasant Rai
    Moderator

    Hello Eric,

    Please try the solution shared by @sevenagesdesign and let us know how it goes. @sevenagesdesign thanks for fellow X theme users. 🙂

    Thanks.