Hello @laurenc,
All of your queries have been answered below:
Is there a way to hide the price on the homepage slider?
Ans: To hide the price on the homepage slider add below-given CSS in Additional CSS.
.featured-slider-contents i, .featured-slider-contents .wp-detail-review-wrap {
display: none;
}
Ans: To change the color of the menu button at top right corner use below given CSS.
.main-navigation ul li.menu-btn a {
background: #5cc4ef;
}
Ans: To change the text hover color in the post filter section of the homepage use below given CSS.
#filters li span:hover {
color: #3ea5d0;
}
You can change the color code as per your requirement.
Hope this helps.
Best Regards!!