Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #605871

    how and where can I change the colout of the buttons depending on the place , I am talking not the specific you can create and customize the colour, the ones in heading tables, add to cart in woocommerce and subscrition because I had one in general styling but I need different colours in the buttons.

    Can you help me?

    Thanks

    #605894

    Hey endanight!

    Not sure if you like to target the buttons as a group or individual but in any case you have to activate custom class name for advance layout builder elements

    Then add your custom class name to the buttons and target them as individuals or groups by giving the buttons proper class names,

    Regards,
    Vinay

    #606023

    Thanks Vinay, but in woocommerce I can´t use the advance layout. I had used the custom css there but it doesn´t work.
    Can you help me?
    I would like to change the chooe the date option to a real calendar this well, but I don-t know how neither. Perhpas in woommerce editor but I don´t know the code.

    #606464

    Hi!

    I’m sorry but what do you mean by “subscription” and “heading tables”? Could you please provide a screenshot of the elements that you want to modify? Use imgur or dropbox for the screenshots. For the add to cart button, you can use this:

    #top form.cart .button {
        background-color: red;
        color: yellow;
        border-color: purple;
    }

    Best regards,
    Ismael

    #607027

    Gi,
    Where can I send you the screenshots?

    #607030

    Hi!

    You can upload your screenshots on imgur.com or Dropbox public folder and post the links here.

    Cheers!
    Yigit

    #607044

    I send you the limk that I want to change.

    #607340

    Hi,

    Please try the following in Quick CSS under Enfold–>General Styling:

    .single_add_to_cart_button {
    background-color: red !important;
    }

    Best regards,
    Rikard

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