Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #303389

    Hi
    one question. Is it possible to use define the arrows of the read more links as a standard list style?

    #303557

    Hi heufti65!

    Thank you for using Enfold.

    Please use this on Quick CSS or custom.css:

    .entry-content-wrapper div li:before {
    content: '→';
    padding-right: 5px;
    }
    
    ul.disc, .entry-content-wrapper ul {
    list-style: none;
    }
    
    .entry-content-wrapper li {
    margin-left: 0;
    }

    Cheers!
    Ismael

    #303734

    Wow. Works perfect.
    THX, Oli

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Using arrows instead of list circles’ is closed to new replies.