Circle Icons – disable ‘more’ text
Hi You recently gave the following code to another user to disable the more text from a circle icon. /* Hide Circle Icon More Link */ .widget_circleicon-widget .circle-icon-box a.more-button { display: none; } You then mentioned to selectively disable the…