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

    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!

    #649416

    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

    #649688

    Thanks Vinay!

    #650344

    Hi,

    Glad we could help :-)

    Thanks,
    Rikard

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