Okay
  Public Ticket #1353037
Price List Styling
Closed

Comments

  • EastDurhamCol started the conversation

    Hi, I'm trying to design a price list on the site, but what I really need is to create a section underneath each price where the text isn't in capital letters.

    For example, i might have

    Specialised Body Treatments - £11 (this is in capitals)

    Treat yourself to a relaxing treatment tailored to you (not in capitals)

    Is there any way to do this? 

    Thanks!

  •  608
    WordPress replied

    Hi,

    Can you provide an admin account so I can check for you? 

    Thanks,

    Anna


  • EastDurhamCol replied

    Hi,

    You can log in at www.thesalonedc.co.uk/wp-admin


    Username: Dan Curtis

    Pass: Eastdurham321

  •  608
    WordPress replied

    Hi,

    I added the below style to Appearance > Editor > Style.css file of Barber child theme to disable uppercase for paragraph element. 

    .pricing-list-3 li p {
        text-transform: none;
    }

    Thank you