diff --git a/src/block/posts/style.js b/src/block/posts/style.js index 00a16b4166..89068d62c2 100644 --- a/src/block/posts/style.js +++ b/src/block/posts/style.js @@ -330,7 +330,7 @@ Typography.addStyles( blockStyles, { } ) Typography.addStyles( blockStyles, { - selectorCallback: getAttribute => `.stk-block-posts__category a${ getAttribute( 'highlighted' ) + selectorCallback: getAttribute => `.stk-block-posts__category, .stk-block-posts__category a${ getAttribute( 'highlighted' ) ? ' .stk-button__inner-text' : '' }`, hoverSelectorCallback: getAttribute => {