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

    Hi,
    I’m trying to modify the widget that shows Latest news (blog posts). Can you please let me know if there is an easy way:
    1. Remove time/date of post. For now I’ve added this code but it still leaves the empty place there where the date was. Not sure if there is better one to use.
    .news-time {display: none; }
    2. Position heading to the place where date was (centered towards image). Example of expected output:

    I can make heading bigger inside of Enfold Theme settings, but I’m unable to position it properly.

    Thanks a lot

    #1367430

    Hey,

    Thanks for contacting us!

    This is a good solution. Please add following code to Quick CSS field in Enfold theme options > General Styling tab

    
    .news-headline {
      margin-top: 10px;
    }
    

    That would center the title and fix empty space issue as well :)

    Best regards,
    Yigit

    #1367433

    Perfect Yigit, Thanks for quick fix. Feel free to close this one.

    #1367435

    Hi,

    Always happy to help!

    Let us know if you have any other questions or issues :)

    Best regards,
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Customization of latest news widget’ is closed to new replies.