D5 Creation Forum

Open Forum for D5 Creation's Members and Visitors

Before requesting any support Please search the Forum First. You may find your desired answer. This will save your waiting time and will save our working hour. We may not answer the question which we have already answered. You should also read our Support Policy

Re: Featured Image or slider inside the read more of the Products page….

Front Page D5 Creation Forum General Questions Featured Image or slider inside the read more of the Products page…. Re: Featured Image or slider inside the read more of the Products page….

#4564
D5 Creation
Keymaster
Quote:
Quote from salterra on July 11, 2013, 23:15
I have searched the forum for any way to correct this.
Here is my page: http://coscopiers.com/product/cannon-ir-advance-series-6000-bw/

there is that image with the date and featured image (I have removed the featured image) but I still have that picture with the triangle and pencil and date. I would like to remove the formatting for all the inside products pages.

Arrugh (please help)
thank you!!!
[email protected]

You can set the thumb image background from the Design Options. You can completely disable those using the following code in the Custom Code within Head Area of Design Options.

Code:
<style>
#container .thumb, .postmetadata { display: none; }
</style>