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

    Hi,

    please can i change the color and size of the text in my table?

    regards
    martin

    #1446967

    Hey macika,

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

    .avia-table tr.avia-heading-row {
      color: white; 
    }

    Best regards,
    Rikard

    #1446978

    Thank you, this works.

    And the size of the font plaese?

    #1447004

    Hi,

    Thank you for the update.

    And the size of the font plaese?

    To adjust the font size, please adjust the css code a bit:

    .avia-table tr.avia-heading-row {
        color: white; 
        font-size: 18px;
    }

    Best regards,
    Ismael

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.