Hello,
Can I (with CSS) hide the featured image on blog view?: http://ownyourbrain.org/blog/
I need to enter a featured image in order to make recent post widget look good.
Thanks!!
Matt
Hey DianeBenscoter!
Please add following code to Quick CSS
.big-preview.single-big {
display: none;
}
Regards,
Yigit
Fantastic!! Thanks again Yigit :) Have a great weekend!