Hi Guys,
How can i change the magazine excerpt output to have the same […] at the end like the other excerpts?
Look here:
e3zine.com
Thanks!
Hey Max,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.av-magazine-content-wrap .more-link:before {
content: ' […]';
visibility:visible;
}
.av-magazine-content-wrap .more-link {
display: inline;
float: none;
visibility:hidden;
}
.av-magazine-content-wrap .entry-content > p {
display: inline;
border: 0;
}
Best regards,
Vinay
Thanks Vinay!