-
AuthorPosts
-
September 28, 2015 at 7:05 pm #510361
Hello Please help,
How do I hidden/disable featured image thumbnail of each post on “Blog post” content element ?
Now it not show on left normally , Please see the image below
I need it to be float on left or show only blog title , read more. and How to limit title length to show on that if title have too long word?Thank you
- This topic was modified 9 years, 1 month ago by zmkstudio.
September 28, 2015 at 7:48 pm #510376Hi zmkstudio!
The screenshot you are referring to isn’t showing up. Please try linking directly to the image. Alternatively may we have a link to the page itself?
Cheers!
DakeSeptember 29, 2015 at 6:02 am #510525Hello , Please use this url for screenshot instead
http://s2.postimg.org/epx2835bt/1bbss.jpg
http://i58.tinypic.com/2qbgo5e.jpg (spare)I just remove that from my website first coz it’s not displaying well.
Please helpThank you
September 29, 2015 at 9:23 am #510602Hey,
Could you provide us with a link to the site in question so that we can take a closer look please?
Best regards,
RikardSeptember 29, 2015 at 11:15 am #510670http://nakhonnueangkhet.go.th/
I try addit on homepage you scroll down will see it.
- This reply was modified 9 years, 1 month ago by zmkstudio.
September 29, 2015 at 5:18 pm #510863Hi!
If your wanting to hide them then you can add this inside a codeblock element in the page.
<style type = "text/css"> .blog-meta { display: none !important; } </style>
Or just add this to your Quick CSS if you want to hide it everywhere.
.blog-meta { display: none !important; }
You can get it to display on the left if you add a sidebar to the page.
As for the title are you wanting to hide the overflow so it only shows one line? If so then add this to the CSS in the codeblock.
.post-title { height: 60px !important; overflow: hidden !important; }
Regards,
ElliottSeptember 29, 2015 at 6:12 pm #510905The padding and thumbnail area is still there. see it by yourself.
http://nakhonnueangkhet.go.th/Could you please give me better solution ? Both to remove / move to left.
Why is it displaying ok here > http://nakhonnueangkhet.go.th/category/news/ ?I just want the homepage blog list display like that.
September 30, 2015 at 9:02 am #511194 -
AuthorPosts
- You must be logged in to reply to this topic.