Shop Categories

X

woocommerce buy button and text color , How do I change them?

Home Forums Agama Pro woocommerce buy button and text color , How do I change them?

Topic Resolution: Resolved
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #26092
    Diego Letelier
    Participant

    Hello,

    I woul like to change the button background and text color, also, the offer price color and background.
    It is a fetured product, how can I do that?

    Best regards,
    Diego

    #26094
    Zex
    Moderator

    Hello, Diego!

    Insert the following codes into Customizing->General->Additional CSS:

    /*Button background and text color*/
    .wp-block-button__link{
      background-color: #5cddf3!important;
      color:black!important;
    }
    /*Button background and text color-ON HOVER*/
    .wp-block-button__link:hover{
      background-color: white!important;
      color:green!important;
    }
    /*The offer price color and background*/
    ins{
      background: black!important;
      color:yellow!important;
    }

    Change the color codes per your needs.

    Regards

    #26130
    Diego Letelier
    Participant

    It works great,

    Thank you!

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