Confirmation page - ticketed events

Options
Hello everyone!


I am in the process of developing our next ticketed event, but we would like to create a change on the ticket confirmation page. Specifically to the event preference answers. Can anyone help me find a way to bold the constituents answers? 

Tagged:

Comments

  • Try adding this CSS in Customize Confirmation Message page:

     

    <style>

    .survey-answer
    {




        font-weight: bold;




    }


    </style>
  • Thank you, Romany.


    I wasn't very clear in my first question - I can't access the page in the backend  and I'm looking for a way to access it so I can make the answers bold.


    Romany Nassief
    :

    Try adding this CSS in Customize Confirmation Message page:

     


    <style>

    .survey-answer
    {




        font-weight: bold;




    }


    </style>

     

     

  • Either if you already assigned to appropriate admin groups who have access to Events or there are another higher admin access can do that:


    Navigate to Content > Events > Event List tab > Click Edit for your event > Click Customize Confirmation Message from left side


    Toggle the editor to be in plain-text mode and then add the style tag I sent.

Categories