Home Forums Basel support forum The font of the 'add to cart' button

The font of the 'add to cart' button

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

    Orx und Vinn
    Participant

    Hi,

    I would like to change the font-weight of the ‘add to card’ button to 400, but I do not find the right class. I already tried:

    .button product_type_simple add_to_cart_button ajax_add_to_cart basel-tooltip
    .btn-add

    But it do not work. 😞

    I am sure you know it the best 😅

    Thanks,
    Aaron

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

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    .single_add_to_cart_button{
      font-weight:400;
    }

    Best Regards

    #179052

    Orx und Vinn
    Participant

    Hi,

    thank you fo your fast help but it doesn’t worked 😞
    I put in also an ”!important;” but without a change.

    Then I checked the global and the other css fields and I can not find the answer…..

    You see it is more complicated as you may think at the beginning.
    Please, take a quick look into a typical category, I am sure you will see it immediately: https://galerie-orx-vinn.de/produkt-kategorie/methexis/

    Thank you very much 🌷
    Aaron

    #179092

    Hello,

    Replace the code with this one:

    .button.product_type_simple.add_to_cart_button.ajax_add_to_cart.basel-tooltip {
        font-weight: 400;
    }

    Best Regards

    #179101

    Orx und Vinn
    Participant

    SUPER GOOD !!!

    IT works with an important… YES!

    Thank you!!!

    😘

    #179171

    You are welcome! If you have any questions please feel free to contact us.

    Best Regards

Viewing 6 posts - 1 through 6 (of 6 total)

The topic ‘The font of the 'add to cart' button’ is closed to new replies.