Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #538698

    I have an announcement widget in a sidebar. Can you please help me remove the time from the announcement. I’d like it to only display the date. Ideally, would like to make the update in Child theme

    Thank You
    Mike

    #538788

    Hey msmazza!

    From the CSS code ( the way we can actually hide it ), it seems that we can not remove only the time from the position.
    What can be done, is to modify the php code, but that can not be done through a child theme, it will have to be done as a plugin, to
    duplicate the functionality and remove what you want to get removed.

    That would require some advanced modifications to the theme and I would suggest to contact a developer to do them for you.

    http://kriesi.at/contact/customization

    Regards,
    Basilis

    #538937

    Thank you Basils,
    Is it possible to remove both the date and time with CSS?
    Mike

    #538942

    Hi!

    Sure, please add following code to Quick CSS in Enfold theme options under General Styling tab

    .news-time { display: none !important; }

    Regards,
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.