"Login" and "Resigster" buttons not showing on "My Account" page
-
I used the code below to hide the “show more” buttons in the woocommerce product catalog, it worked but on the “my account” page it hides the “login” and “register” buttons on there as well! D:
It seems as though this code is causing the “my account” buttons to hide so, is there a way to show the “login” and “register” buttons but continue hiding the “show more” buttons on the catalog page?
.woocommerce a.button,.woocommerce button.button,.woocommerce input.button,.woocommerce #respond input#submit,.woocommerce #content
input.button,.woocommerce-page a.button,.woocommerce-page button.button,.woocommerce-page input.button,.woocommerce-page #respond
input#submit,.woocommerce-page #content input.button{
display:none;
}link to “my account” page https://floordesignrugs.com/my-account/
- The topic ‘"Login" and "Resigster" buttons not showing on "My Account" page’ is closed to new replies.