Home › Forums › Trusted › Remove login and shopping cart icons from home page › Reply To: Remove login and shopping cart icons from home page
March 2, 2018 at 10:35 am
#4021
Andy
Keymaster
Hello Kirsty
Sorry for taking so long to answer your query. We didn’t see your post until just now!
You will need to also add the following to remove cart & login from individual blog posts:
.single-post .top-login,
.single-post .top-cart {
display: none;
}