Hello, @thibaultcomte,
We would like to guide you on how to change the color of the social icon in the header. Please follow the steps below:
1. Copy the CSS code provided.
2. Navigate to XStore >> Theme Options >> Theme Custom CSS >> Global CSS.
3. Paste the copied CSS code in the specified location.
After completing these steps, it is crucial to clear your browser cache to see the changes. You can view the expected result at this link: https://postimg.cc/PvjZ9gXH
.et_b_header-socials.et_element-top-level.flex-row a[title="Facebook"] svg {
fill: #3b5998 !important;
}
.et_b_header-socials.et_element-top-level.flex-row a[title="Instagram"] svg {
fill: #feda75 !important;
}
Please note that you have the option to modify the color code in the provided CSS according to your preferences.
Best Regards,
8Theme’s Team