Shop Categories

X

Hide Details text

Home Forums Agama Pro Hide Details text

Topic Resolution: Resolved
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #19922
    biotxakur
    Participant

    We want to hide DETAILS TEXT that appears down the products and change typografi of add to card “Añadir al carrito” and if its possible change text color and backgroud color …

    Best regards

    #19992
    Zex
    Moderator

    Hello,

    To get what you want, please insert the following codes into Customizing->General->Additional CSS:

    .show_details_button{
        display: none!important;
    }
    a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart,
    a.button.product_type_variable.add_to_cart_button,
    a.button.add_to_cart_button.more_info_button.out_stock_button{
        font-family: Raleway,Helvetica,Arial,sans-serif;
        font-weight: 700!important;
        color: white!important;
    }
    .custom_cart_button.single_button.clearfix,
    .custom_cart_button.clearfix{
        background-color:#a2c605!important;
    }

    Change the values per your needs.

    Regards

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.