Important!! How To Hide - by Sara - on WordPress WooCommerce support

This topic has 13 replies, 3 voices, and was last updated 8 years, 5 months ago ago by Jack Richardson

  • Avatar: Sara
    Sara
    Participant
    June 22, 2016 at 14:19

    Hi Guys and thank you always for your quick response

    Im in urgent need for hide the [ADD TO CARD] Button bellow when display products on Home page, Related product Categories …

    Please check the attachment

    >> https://s32.postimg.org/bkpi0y845/4802892030017536.png

    and Private website

    Please, contact administrator
    for this information.
    12 Answers
    Avatar: Robert Hall
    Robert Hall
    Support staff
    June 22, 2016 at 16:25

    Hello,

    Navigate to Dashboard->Theme Options->Shop->Just catalog->On.

    Regards,
    Robert Hall

    Avatar: Sara
    Sara
    Participant
    June 22, 2016 at 17:32

    Hi Robert and Thank you for your last quick response

    Sorry for the misunderstanding

    But I did not mean Add to card in the shop page

    But the Add to card, please select Buttons Bellow the featured product as the link bellow

    Thank you

    https://s31.postimg.org/577b09na3/screenshot_www_tigi_cosmetics_net_2016_06_22_11.png

    O5the quick question about how to hide In stock in single shop page

    https://s32.postimg.org/44m57yls5/1466613069152screensave.png

    Thanks A a lot…

    Please, contact administrator
    for this information.
    Avatar: Robert Hall
    Robert Hall
    Support staff
    June 22, 2016 at 17:51

    Please try to add this code in Global Custom CSS.

    .home .product-details .btn {
        display: none !important;
    }
    .in-stock{
        visibility: hidden;
    }

    Regards,
    Robert Hall

    Avatar: Sara
    Sara
    Participant
    June 22, 2016 at 18:11

    Thank you again Robert

    Its works good only on the home page

    But it dost not work on the single shop product page

    https://s32.postimg.org/o9esaxpit/1466615351587screensave.png

    Thank you..

    Avatar: Sara
    Sara
    Participant
    June 22, 2016 at 18:20

    Note that there is Two Button needs to be hiden [Add to card] $ [ Select option ]

    Thanks a alot

    Avatar: Robert Hall
    Robert Hall
    Support staff
    June 22, 2016 at 19:47

    Also please add this code in Global Custom CSS

    .single-product .product-details .btn {
        display: none !important;
    }

    Regards,
    Robert Hall

    Avatar: Sara
    Sara
    Participant
    June 24, 2016 at 15:31

    Thank you Robert

    THe issue still exist in certain pages

    Please check the page bellow

    Please, contact administrator
    for this information.
    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    June 24, 2016 at 16:31

    Hello,

    Please use this css code:

    .btn.border-grey.product_type_variable {
        display: none !important;
    }

    Best regards,
    Jack Richardson.

    Avatar: Sara
    Sara
    Participant
    June 24, 2016 at 17:24

    Thank you Jack
    An other style issue

    https://s31.postimg.org/wy8rxiurv/screenshot_www_clipular_com_2016_06_24_11_22_13.png

    We can not change the hover color of Back to the previous page

    Thanks again

    Please, contact administrator
    for this information.
    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    June 24, 2016 at 17:45

    Hello,

    Please use this css code:

    .back-history:hover, .back-history:hover:before {
        color: red !important;
    }

    Best regards,
    Jack Richardson.

    Avatar: Sara
    Sara
    Participant
    June 24, 2016 at 20:28

    Thank you

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    June 24, 2016 at 20:41

    Hello,

    You’re welcome.

    Best regards,
    Jack Richardson.

  • Viewing 13 results - 1 through 13 (of 13 total)

The issue related to '‘Important!! How To Hide’' has been successfully resolved, and the topic is now closed for further responses

8theme customization service
We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.