Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #265174

    Hi,

    I would like to apply same font-color and font-size to all cells in table. Is it doable with custom CSS?

    Thanks

    #265251

    sure, something simple like this should work:

    td {
    color: #FF0000 !important;
    font-size: 24px !important;
    }

    If you need something more specific, we’d need more details

    #265463

    Hey!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .main_color table caption, .main_color tr:nth-child(even), .main_color .pricing-table>li:nth-child(even) {
    color: inherit;
    }

    Regards,
    Yigit

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