Changing text alignment in Circle Icon widget on one page only
Hi, I am trying to set the alignment of the circle icon widget to left alignment. It did work implementing this code into my child theme: /* Circle Icon Widget Text Alignment */ .widget_circleicon-widget .circle-icon-box p.text { text-align: left; }…