Tagged: customizing, enfold
Hi
one question. Is it possible to use define the arrows of the read more links as a standard list style?
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
Wow. Works perfect.
THX, Oli