How can I bold everything in the header? Any help is greatly appreciated!
Hi @flammagreg welcome to the Shopify Community,
You just need to update the svg icons or make the outline thick by using the code below
svg path{
outline:2px solid #000;
}
Thanks
What file should I copy that into?
Hi @flammagreg
This is Richard from PageFly - Shopify Page Builder App
Please add this code to your theme.liquid above the to get this solved
Step 1: Online Stores > Themes > More Actions > Edit code
Step 2: click on theme.liquid and paste the code above the
<style>
header svg {
stroke: black
stroke-width: 1px
}
</style>
Hope this can help you solve the issue
Best regards,
Richard | PageFly
