Remove Sticky Date in Responsive Theme
-
Dear all,
Is there any way to remove the date from a sticky post in Responsive theme?
My blog is http://modelismoblog.comThanks in advance,
FabioThe blog I need help with is: (visible only to logged in users)
-
Hi Fabio,
Yes, that should be possible. Use the following CSS:
#content-blog .sticky .meta-prep-author, #content-blog .sticky .timestamp { display: none; }
- The topic ‘Remove Sticky Date in Responsive Theme’ is closed to new replies.