Hi,
Can anyone tell me how to hide the date and time on the Angular Latest Portfolio Widget. This widget appears in the 3rd column at the bottom of my website at http://test.imaginedesignassociates.com/test/.
Many thanks
Brian
Hi,
Can anyone tell me how to hide the date and time on the Angular Latest Portfolio Widget. This widget appears in the 3rd column at the bottom of my website at http://test.imaginedesignassociates.com/test/.
Many thanks
Brian
Hi Brian,
Try adding the following CSS to your Quick CSS (located under the Styling Tab in the theme options) or the custom.css file in the css folder of your theme files:
#footer .newsbox .news-time {
display: none;
}
#footer .newsbox .news-headline {
padding-top: 13px;
}
I added in a bit of extra styling for the headline since it looked a bit funny floating at the top. Just remove the second bit of css if you don't want it :)
Regards,
Devin
Hi Devin,
I tried your suggestion and it works perfectly.
Many thanks for your help and such a speedy response.
Kind regards
Brian
Hi Brian,
Glad that Devin helped you. :) I'll mark this thread as resolved.
Cheers,
Ismael
This topic has been closed to new replies.