Edward Iwere
asked 9 years ago

Please I need support. This is our website http://dailyindependentnig.com/, we are using the DW Focus theme. We are using the column widget but we dont want pictures showing on every post isniide the column widget on the homepage. Any suggestion on what we can do?

1 Answers
DominicStaff
answered 9 years ago

Hi,
To remove the post image in the DW Columns widget, you can add the following code to the DW Focus > General > Custom CSS:

.dw_columns .post .entry-thumbnail {
    display: none;
}

Hope this helps !

Powered by DW Question & Answer Pro