Important notice: we will respond to all open ticket requests up until November the 1st. After this date, we will be unable to process the ticket requests here on Ticksy.

Okay
  Public Ticket #1448824
Button Font
Closed

Comments

  • olivercash started the conversation

    Hi there, 

    I'm creating a button on my page and I can't seem to figure out how to change the font. 

    Please see attached photo for current css.

    The current font is set to Montserrat and I have tried this to change it:

    .eltd-btn {
      font-size: 14px; 
      font-family: futura pt; 
      text-transform: none; 
      letter-spacing: 2px; 
      font-weight: 500; 
    }

    And I'm receiving no joy at all. 

    https://studio-twentythree.co.uk/shop-test/ this is the page with the button.

  •  1,845
    Elated replied

    Hello,

    You can try to add this css underneath in Elated Options >> General >> Custom CSS field:

    .eltd-btn.eltd-btn-large {
        padding: 21px 76px;
        font-size: 32px;
        font-family: times new roman, serif;
    }


    or


    .eltd-btn.eltd-btn-solid {
        color: #fff;
        background-color: #131313;
        border: 1px solid transparent;
        font-family: times new roman, serif;
        font-size: 32px;
    }



    The Elated Support Center has been moved to our centralized support platform. 

    Please note that any existing tickets prior to this change will be answered right here on Ticksy, and in due time. 

    If you wish to submit a new support request, for all new inquiries please head on to our Help Center.

    Elated Themes is part of Qode Interactive – the home of 300+ premium WordPress themes.

    Don’t forget to sign up for our newsletter and be the first to find out all the latest news.