Hi guys,
I love enfold, but need an adjustment to the code.
check out this page
http://dealersbiz.com/todays-consumer/
I would like to hide the rectangle box above each post and the square by the post in the sidebar.
can you give me the CSS code to hide those areas?
thanks in advance
Hi fixedopsinsight!
Add a codeblock element to your page and then add this inside.
<style type = "text/css">
article .slide-image, .news-thumb {
display: none !important;
}
</style>
Cheers!
Elliott
Thanks for this bit of code.
Sorry, what is a “codeblock element”?
Hey!
Codeblock is a content element (last element in the list) that you can chose from the Avia Layout Builder.
Regards,
Rikard
OK, I see, that works great
thanks!