Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #1358229

    Hello,

    How can I resize font of the heading row and default row in a table?
    See: https://lacasatorre.nl/about/tarieven/

    I use the template Enfold Church.

    Hope to hear.
    Thanks Tom

    #1358249

    Hi Tom,

    Please try the following in Quick CSS under Enfold->General Styling:

    .pricing-table li {
      font-size: 14px;
    }
    
    .pricing-table li.avia-heading-row {
      font-size: 24px;
    }

    Best regards,
    Rikard

    #1358299

    Thanks, it’s perfect now.
    Regards Tom

    #1358300

    By the way, is there also an option to change the color?

    #1358319

    Hi,

    Thanks for the update. If you want to adjust the colour, then please change the above CSS to this:

    .pricing-table li {
      font-size: 14px;
      color: red; 
    }
    
    .pricing-table li.avia-heading-row {
      font-size: 24px;
      color: blue; 
    }

    Best regards,
    Rikard

    #1358379

    Thanks again.

    In the past you could indicate the font size at General Styling > fonts. That was called “Default font size content” I don’t see that anymore, is that right?. I solved that now by choosing “select an element to customize” and then <body>. Would like to know why this is no longer visible by default.

    #1358395

    Hi,
    This was moved to a new tab called Typography and there is a toggle switch to see the option:
    2022-07-14_008.jpg
    Best regards,
    Mike

    #1358671

    Oke, thanks, was hard to find.
    What is the difference between standard, medium, small and very small? They have the same number of pixels everywhere you can choose from.

    #1358684

    Hi,
    Glad that this helped, but I don’t understand your new question, the screen sizes for
    default, medium, small and very small
    are explained in the context of the option page, above the red arrow in the screenshot.

    Best regards,
    Mike

    #1358753

    Yes, I see it now, thanks.

    #1358759

    Hi,
    Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

Viewing 11 posts - 1 through 11 (of 11 total)
  • The topic ‘How can I resize font of the heading row and default row in a table?’ is closed to new replies.