Skip to content
Public Ticket #28712

How to change colors of variable headings

Conversation thread

PenciDesign Supporter replied

Staff Reply

Hi,

Please go to Appearance → Customize → Custom CSS then add the following custom CSS code:

.woocommerce div.product form.cart {
  border: 2px solid #000;
  padding: 30px;
}

Regards,
PenciDesign.



sourav replied

Customer Reply

Thanks  , but I have few more queries.

1. I want to add a border outside that variable selection are ( please see the red color in the image attached below )

2. There's a thin white line below each variable selection , I want to remove or change its color ( please see orange color in the image attached below )

PenciDesign Supporter replied

Staff Reply

Hi,

Please go to Appearance → Customize → Custom CSS then add the following custom CSS code:

.woocommerce div.product form.cart .variations label {
  font-size: 14px;
  font-weight: normal;
  color: #000;
}

Regards,
PenciDesign.



sourav started the conversation

Conversation Start

HI , I would like to change the color , size of headings for variables section option on single product page 

I have attached an image for better understanding

Want to join this conversation or access attachments? Sign in first.