Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter Jae

    (@linseyja)

    I’ve realised my question is on specific enough. Just read the documentation.

    It’s not the fields that I want to reformat. It’s the list different types of tickets. I have 4 ticket prices, ranging from free to £322.50. I want to make each ticket’s name in bold text and also to tidy up how the description of each ticket is displayed.

    How do I do this please?

    You should be able to do this by adding a snippet to the end of your style.css file. If you right-click the element you want to change and choose Inspect you can see the name of the element.

    Then you can add something like this to your stylesheet:

    .element-name{
    font-weight: bold;
    }

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Formatting Bookings Form’ is closed to new replies.