Home › Forums › All Other Themes › removing Posting Image from Page – Complete Theme
- This topic has 8 replies, 2 voices, and was last updated 7 years, 1 month ago by Sonl Sinha.
-
AuthorPosts
-
October 20, 2017 at 2:26 pm #85966
Hi Team,
as I already asked for healing touch pro (https://www.sktthemes.org/forums/topic/remove-page-image-healing-touch-pro/ ) it is useful to have a page without an image (e.g. if I will show a page with a photo gallery.
I’ve tried to use a transparant pixel, which works – no image shown – but the space for the image is still occupied.
So my question: Is it possible to define – per page – NO image as Page image?example where I do not want to have an image (1×1.gif, transparent pixel used) but the space is still occupied:
http://schwarzpulverfreunde.de/training/I’ve tried the code snippet from healing touch pro (“.innerbanner img { height:auto;}”)- but this doesn’t work in complete theme…
BTW I cannot find the information for exakt size of page images … Which is it?
Thanks & regards,
RalfOctober 23, 2017 at 9:58 am #86017Hi Team,
any advice?Thanks & regards,
RalfOctober 24, 2017 at 9:15 am #86104Hi team,
could you please kindly take care about my question?
thanks!Ralf
October 24, 2017 at 9:50 am #86112Hi,
Kindly go to Appearance >> Customize>>Basic >> Scroll down to find Custom CSS and paste there:
.page_head, .post_head { min-height: inherit; height: 0;}
Regards,
BradOctober 24, 2017 at 11:04 am #86140Hi Brad,
thanks for this advice.
Works.
Do you have the exakt size of page images for me?
thanks,Ralf
October 24, 2017 at 11:23 am #86143Hi BRad,
sorry, does NOT work as expected.
Now NO image s shown …
I’m looking for a code which allows NO image as well as show up an image…Any idea?
Thanks & regards,
RalfOctober 24, 2017 at 11:57 am #86151Hi,
Kindly go to Appearance >> Customize>>Basic >> Scroll down to find Custom CSS and paste there:
Remove
.page_head, .post_head { min-height: inherit; height: 0;}
And add this new code there
.page_head, .post_head { min-height: inherit; height: auto;} .page_head img, .post_head img { width: auto !important; height: auto !important; min-height: inherit !important;} .page_head { background:none;}
Regards,
BradOctober 25, 2017 at 6:39 am #86215Hi Brad,
thanks for this one.
Works know as expected.
Do you have the exakt size of page images for me?
thanks,Ralf
October 25, 2017 at 8:13 am #86225Hi,
The size of the page images is 1400×300.
Regards,
Brad -
AuthorPosts
- You must be logged in to reply to this topic.