I encountered an issue while trying to create a page on Weebly. Whenever I attempt to customize my 'ul' tag in the following way:
#top-home-wrap #main #content ul {
color: yellow;
list-style-image: url('fa-check.png') !important;
}
The changes do not take effect due to the default theme styles taking precedence. Can someone assist me in solving this problem?