Support for Envato Buyers Forums DGWork How to change the background color of the white background hover on products

Viewing 1 reply thread
  • Author
    Posts
    • #24121
      rbandojo
      Participant

      How to change the background color of the white background hover on products

    • #24178

      Hi

      You can simply add the following custom CSS to Appearance > Customize > Additional CSS, and replace the color code to your colors.

      .text-desc{
        background: #000; //background color
        color: #fff;  //text color
      }

      Thanks

Viewing 1 reply thread
  • You must be logged in to reply to this topic.