Home › Forums › Weaver Xtreme Theme › Changing font-weight within a table › Reply To: Changing font-weight within a table
October 24, 2021 at 18:12 UTC - Views: 12
#69713
Moderator
You are missing the td selector which is the original selector used for the styling
figure.wp-block-table.recipe tr:nth-child(2) td {
color: blue;
font-weight: bold;
background: yellow;
}