This topic has 2 replies, 2 voices, and was last updated 3 years, 4 months ago ago by Olga Barlow
where to change related product underline colour (green colour) in single product page? https://prnt.sc/1ef8ef7
Hello,
Go to Theme Options > Custom CSS > find below code and change the color to what you need
.related-products-title span {
border-bottom: 2px solid #4caf50;
padding-bottom: 13px;
}
Regards
You must be logged in to reply to this topic.Log in/Sign up