Hi,
Please can you tell me what to change in the CSS to remove the boarders around the bullet lists?
Thanks,
Paul.
Hi,
Please can you tell me what to change in the CSS to remove the boarders around the bullet lists?
Thanks,
Paul.
Hey,
add following code to css/custom.css:
.entry-content ul, .entry ol, .entry-content ul li{
border: none;
}You must log in to post.