HI Kyle,
No this didn’t work. If it helps, below are the other mods that have been made using .css suggested by ST :
span.new {
display: none;
}
.single .media-wrap {
display: none;
}
.portfolio-options-bar ul.pagination-wrap {
display:none;
}
.portfolio-details-wrap{
display:none;
}
.full-width-text {
padding-bottom: 0px;
padding-top: 0px;
position: relative
}
.page-heading.col-sm-12.clearfix.alt-bg.alt-one {
padding-top: 0px;
padding-bottom: 10px;
}
ul.bar-styling li > a, ul.bar-styling li > div, ul.page-numbers li > a, ul.page-numbers li > span {
border: 1px solid rgba(0, 0, 0, 0);
padding: 3px 5px;
text-decoration: none;
}
table.standard_minimal td {
border-bottom: 0px solid #E4E4E4;
border-top: 0px solid #EDEDED;
}
figure.animated-overlay:hover figcaption {
-webkit-transform: translate(0, 0);
-moz-transform: translate(0, 0);
-ms-transform: translate(0, 0);
transform: translate(0, 0);
}