Comments Tiaan started the conversationJanuary 21, 2021 at 11:01amGood 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? 969Zhivko repliedJanuary 21, 2021 at 4:42pmHi,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 Sign in to reply ...
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?
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