Hi there,
I recently updated X to 6.2.5 and cornerstone to 3.2.5. My social icons in the topbar and the footer now look terrible. They are bolder - so much so that you can’t really even see the G+ sign and the icons on the footer area seem bolder and smaller.


I have spent hours on here reading the different threads. So, what I have figured out is that Font Awesome 5 only supplies the icons in Bold, I have tried many different css options given on the threads to modify them - all have failed.
[data-x-icon], [class*=“x-icon-”] {
font-weight: 100 !important;
}
.x-topbar .x-social-global a {
font-weight: 10px;
}
.x-navbar [data-x-icon], .x-navbar [class*=“x-icon-”] {
font-weight: 200;
}
.x-navbar .desktop .x-nav>li i {
font-weight: 200;
}
[data-x-icon-b]:before {
font-weight: 300 !important;
}
I have cleared web browser and c-panel caches (I dont have any caching plugins)
I saw a thread that talks about adding the bootstrap to the child theme to revert back to the old css - I got a bit lost about how to do it reading the thread to be honest.
Do you have any ideas how I can fix this?
Thanks in advance, Cheers Nicky

