Zuki
-
The problem is, that I have a lot of videos and zuki does not show the thumps so there is just text on the front page. It would be ok, but if people go the the menue, they should see at least an image. If I put the image in the article, then it doubles with the video.
Is there in CSS Code to hide the article image in the article itselfe?Thanks
PatriciaThe blog I need help with is: (visible only to logged in users)
-
If you put the thumbnail image in the article, you can make it not show on the individual article page by hiding it with CSS.
I don’t see an article on your site where you have this, so I can’t say for sure if this code would work, but you can give it a try:
.single .entry-content img { display:none; }Note that this will make ALL images in the content of ALL articles disappear.
-
Hello,
I tried the code. But if you can see it works in the opposite way!
-
I do see the image thumbnail on the homepage AND on the article page, but I don’t see the CSS code that I used above anywhere?
-
Hello again, here is the problem. I do not knwo where to put the CSS code. I entered the code in the customize part. But this seems to be wrong.
-
- The topic ‘Zuki’ is closed to new replies.