When you use the DW Focus News Grid Widget there is a grey line that appears between the columns. How do I make that line white? I can find the code for it. Thanks.
1 Answers
You can use this code: .dw_focus_widget_news_list .row>div:first-child:after { background: #ddd; }
Please login or Register to submit your answer