help to better help you:

Please: add always Joomla / JEM version and details to your posts, so we can try to reproduce your issue!

Unknown Fields in module teaser and wide

Unknown Fields in module teaser and wide

5 years 8 months ago
#25918
Hi fans,

my problem are 2 fields with border thats maybe represent a picture.
See the attachment below.
How can disable thats fields?

Attachments:

Please Log in or Create an account to join the conversation.

Re: Unknown Fields in module teaser and wide

5 years 8 months ago - 5 years 8 months ago
#25919
That are placeholder pictures for event image and venue image.
Hide them via css is the simplest way.
Code:
div#jemmoduleteaser img.image-preview { display: none; }
Similar for wide module.
Last edit: 5 years 8 months ago by Egnarts.
The following user(s) said Thank You: wegwbde

Please Log in or Create an account to join the conversation.

Re: Unknown Fields in module teaser and wide

5 years 8 months ago
#25920
Thx for the fast responce it works. But for now all pics are hided.

Please Log in or Create an account to join the conversation.

Re: Unknown Fields in module teaser and wide

5 years 8 months ago
#25921
if you only want to see white, you can disable the border in image-preview
The following user(s) said Thank You: wegwbde

Please Log in or Create an account to join the conversation.

Re: Unknown Fields in module teaser and wide

5 years 8 months ago
#25922
You cannot address only one of those images with css because they don't have different ids/classes.
Eventually its better using jojos solution:
Code:
div#jemmoduleteaser img.image-preview { border: none !important; }

Please Log in or Create an account to join the conversation.

Time to create page: 0.465 seconds