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

    Hello,

    I’d like to change the first row background color of tables located in sidebar widget.

    I’d like to have #f0f0f0 instead of default pricing table color.

    Link provided in private area.

    Thanks.

    #1186327

    Hey kumharas,

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

    .pricing-table>li:nth-child(1) {
      background-color: red !important;
    }

    Best regards,
    Rikard

    #1186398

    Hi Rickard,

    It works perfectly.

    Thanks a lot.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Change table first row background color’ is closed to new replies.