Tagged: Blog
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.
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
Sure. Here are details.
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
Thank you. That worked.
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