Hello, I'm using the Latest Portfolio Items widget to pull a related item, but I would like to hide the date. Is that possible?
Latest Portfolio - remove date?
6 posts from 2 voices-
Posted 1 year ago #
-
Hey,
add following code to css/custom.css:
.news-time { display: none; }Posted 1 year ago # -
Thanks Dude! ANy way to get the rest of the excerpt to wrap the thumb? I would like it on the right of the image where the time stamp was.
Posted 1 year ago # -
I'm not sure if this is possible without modifying the html structure quite a bit. You can try if following css code:
.news-excerpt{ float: left; }works. If not you need to modify the output in corona\framework\php\class-framework-widgets.php so that the elements can float around each other.
Posted 1 year ago # -
Dude, thanks for the tip. That file is exactly what I was look for and I'll be able to float the elements. thanks again!!
Posted 1 year ago # -
Glad that I coud help you :)
Posted 1 year ago #
Reply
You must log in to post.














