Tagged: 

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #793298

    What file do I need to modify in order to do small changes to main blog page that lists all articles? I need to move date before the article title and I also need to add a separator between title and excerpt.

    #793311

    Hey Kunzi,

    You can modify enfold/includes/loop-index.php file. If you can post a screenshot and show the changes you would like to make and a link to your website, we might be able to provide you more accurate information :)
    You can upload your screenshots on imgur.com or Dropbox public folder and post the links here

    Best regards,
    Yigit

    #793316

    Sure. Here are details.

    #794389

    Hi,

    best to modify loop-index.php file as Yigit already mentioned, but as a workaround you could try tis code inside Quick CSS field:

    .slide-meta {
    top: -24px;
    }
    header.entry-content-header {
    position: relative;
    top: 24px;
    }

    For yellow line try this workaround:

    .slide-entry-excerpt.entry-content:after {
    content: '';
    border-bottom: 2px solid yellow;
    display: block;
    margin-top: 17px;
    width: 20%;
    }

    and adjust as needed.

    Best regards,
    Andy

    #794814

    Thank you. That worked.

    #796165

    Hi,

    Happy we can help
    Please feel free to let us know if there is anything else we can do for you.

    Best regards,
    Basilis

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