Info box ___________xyz

Hello,

Can you please tell me how to change the border color of the info box in the categories?

I want to make it all orange!

Thank you.

Hello, the background color of info box can be changed via Appearance >> Customize >> Layout and Design >> Category Page >> Map background color.

To change the border color, go to Appearance >> Customize >> Custom CSS and JS >> Custom CSS box and then copy and paste the CSS below in your Custom CSS box:

.content-intro .map-col .holder {
border: 10px solid #c02721;
}
Replace #c02127 with your color hex value.

Thank you

It worked!!

Thank you so much!