Hey Micah,
you can do that by inserting the border-radius:0px !important; in `ul.related_post li img {text-align:center;
border-radius:0px !important;
}`
Everything put together should look something like this:
.wp_rp_content {margin-left: 0px;
display:inline !important;
width: 100%;}
.related_post_title { text-align:left; font-size:medium;
}
ul.related_post {text-align:center;
}
ul.related_post li {text-align:center;
width: 150px !important;
}
ul.related_post li a {text-align:center;
}
ul.related_post li img {text-align:center;
border-radius:0px !important;
}
ul.related_post li a {
}
ul.related_post li a:hover{
}
@media screen and (max-width: 480px){
.wp_rp_content {margin-left: 0px;
width: 100%;}
.related_post_title { text-align:left; font-size:medium;
}
ul.related_post {text-align:center;
}
ul.related_post li {text-align:center;
width: 100px !important;
}
ul.related_post li a {text-align:center;
}
ul.related_post li img {text-align:center;
border-radius:0px !important;
width: 100px !important;
height:100px !important;
}
}
Take care and have a nice day,
Petra