Home Forums Basel support forum PRODUCT PAGE

PRODUCT PAGE

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #33703

    sanchitis
    Participant

    Hi,

    I would like to konw how I can remove the underlined(picture attached)

    I want to remove the “añadir a la lista de deseos”, “comparar” and “compartir por facebook”

    Also I want to expand the “add to card” button

    Thank you

    Attachments:
    You must be logged in to view attached files.
    #33714

    Artem Temos
    Keymaster

    Hello,

    Compare and Wishlist plugins can be turned off completely in Dashboard -> Plugins. As for the facebook button, so it seems to be not related to our theme. Probably, you are using some extra plugin for that.

    Regards

    #33869

    sanchitis
    Participant

    Ok thank you,

    And how I can to expand the add to card button?

    #33871

    Artem Temos
    Keymaster

    Try this CSS code

    .single-product-content .cart .button {
    	  width:350px
    		max-width:100%;
    }
    #33875

    sanchitis
    Participant

    Where I put this code?

    Attached picture (there?)

    Attachments:
    You must be logged in to view attached files.
    #33895

    Artem Temos
    Keymaster

    Yes, it is the right location. But sorry, try to replace with this snippet

    .single-product-content .cart .button {
    	width:350px;
    	max-width:100%;
    }
Viewing 6 posts - 1 through 6 (of 6 total)