Okay
  Public Ticket #2666399
Tickets butten
Closed

Comments

  • Tiaan started the conversation

    Good day ! First of all Very happy with the plugin.

    I would like to change the Ticket Button text to" Book Now."

    Make it a bit bigger and move it center under the Featured image of the event. How can i do that?

  •  783
    Zhivko replied

    Hi,

    Go to Dashboard -> STEC -> Fonts & Colors -> Custom style tab and add following css:

    .stec-layout-single-tickets-default {
        display: block !important;
        font-size: 28px !important;
        padding: 20px 40px !important;
        margin:0 auto !important;
        float: none !important;
        position: relative;
        top: 10px;
    }

    To change the text I'd recommend you to use some gettext editor plugin like Loco Translate. Once you've edited the text you can un-install it.


    Stachethemes Developer