Hello, is there any way to change the style of Post a Request button to be same as the Add Service button, just in different color? I mean add the bubble around the button. Some css or code snippet for it would be awesome. Thank you

Hello, is there any way to change the style of Post a Request button to be same as the Add Service button, just in different color? I mean add the bubble around the button. Some css or code snippet for it would be awesome. Thank you

Hi,
Use your navigator inspector element to target the button, then apply some CSS :
.your-button{
background-color: #7056f3;
border-radius: 50px;
padding: 10px; /*Enter the same value of the "add service" button*/
}
Doest it helps ?
It works, Thank you for help
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.