Tagged: ,

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1272573

    Hi there,

    In a website I have created using Enfold I have a few questions about the accordion on this page http://qxy.6a3.myftpupload.com/treatments/:

    – I had copied tables from the clients existing website and have placed into accordion segments, which for the most part worked very well (stayed in tables), with exception of the last category – ‘IPL Laser Regeneration’ where the text is all CAPS – can I make the entries sentence case, similar to those under ‘Laser Hair Removal’?

    – In the ‘Laser Hair removal’ section I want to format the ‘Waxing’ table the same as the others with the heading included in the table and the prices in their own columns. Can you help me with this?

    I am loving the look and functionability of the tables inside these accordion sections, so it would be great if I can change the above to ensure consistency.

    Cheers, Kristin

    #1272890

    Hey Kristin,

    Please try this in Quick CSS to remove the uppercase text styling:

    th {
        text-transform: none;
    }

    The waxing header is outside the table, please try to copy it into the table, inside a th tag:

    <th>Waxing</th>

    If you need help with that then please post admin WordPress login details in private.

    Best regards,
    Rikard

    #1274278

    Hi Rikard,

    Thanks for the assistance. The client has decided to revise the content in the accordions, so there are no table left! I will note the above solutions if she changes her mind again. You can close this query.

    Thanks, Kristin

    #1274410

    Hi Kristin,

    We’ll be closing this thread then.
    You can always create a new thread if you need assistance from us. :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Making changes to tables in accordion’ is closed to new replies.